• Resolved joeborders

    (@joeborders)


    Hello! I was just wondering. Is there a way to increase the amount of an ad title that is displayed in the ad previews in grid layout search results/category pages?
    I think if I could double the current amount it might work for what I’m wanting……is there a way to do this and keep all of the preview cards uniform in size?
    Thank you! ^_^

    • This topic was modified 5 years, 4 months ago by joeborders.

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

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

    (@gwin)

    Hi,
    by default in the grid view, WPAdverts allows displaying only one line of text, you can double that amount by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .advert-item-col-2 span.advert-link,
    .advert-item-col-3 span.advert-link,
    .advert-item-col-4 span.advert-link {
        height: 50px !important;
    }
    

    The 50px you might need to adjust to best match your theme.

    Thread Starter joeborders

    (@joeborders)

    woot! thank you! ^_^

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase # of chars in grid ad previews?’ is closed to new replies.