• I’d like to have the post title display under the featured image. Currently it is showing up to the right of the image. I’ve tried modifying the CSS without any success. This is what I’ve tried:

    .display-posts-shortcode .listing-item { margin-bottom: 30px;}
    
    .display-posts-listing .title { display: block; }

    Here is the site I am building:
    http://shop.love-the-day.com/baby-showers/

Viewing 1 replies (of 1 total)
  • It looks like you’ve managed to get this sorted. Just leaving my solution here as I encountered the same issue.

    .listing-item .image {
        display: block;
    }
Viewing 1 replies (of 1 total)

The topic ‘Post Title Below Image’ is closed to new replies.