• Resolved robinmnz

    (@robinmnz)


    Hi there
    On my site’s front page, the ad grid is three ads wide.

    Currently the ad titles are only one line long, or up to about 25 characters. Is there a way to extend the ad title over two lines (there is room), or even reduce the font size of the headline to allow a couple more words in there?

    thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you can actually do both (whatever suits you best), you can change the font size and allow 2 lines of text.

    To do that please go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    span.advert-link {
        /* allow two lines of text */
        height: 50px !important;
        /* change the font size */
        font-size: 13px !important;
    }
    
    Thread Starter robinmnz

    (@robinmnz)

    Works perfectly – thanks so much!

    Plugin Author Greg Winiarski

    (@gwin)

    Ok great ?? i am marking this thread as resolved then.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to extend ad headline’ is closed to new replies.