• Hi there! So, I’m using the plugin to display thumbnails of top posts at the top of my home page. On larger screens, I’d like the thumbnails to display horizontally. I’m trying to style this using the following code:

    .tptn_posts_daily.tptn_posts_widget.tptn_posts_widget3 ul li a {
    float: left;
    }

    I’ve tried various combinations of selectors, to no avail. Thought I’d just ask, lol! Thanks in advance!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    Can you try adding it to this:

    
    .tptn_posts_daily.tptn_posts_widget.tptn_posts_widget3 ul li {
    float: left;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘CSS to float thumbnails horizontally’ is closed to new replies.