• When I have a list of posts wherein the image is larger than the text, the post list disregards the image size and places the next post directly under the first post. What can I do to avoid this?
    See: lso.delcour.org/agenda.

    THNX

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

Viewing 1 replies (of 1 total)
  • Hello @delcour

    Please try to add this css under custom css section of your theme:

    .display-posts-listing.image-top .listing-item img.alignright{display: block;float: none; margin-left: 0rem; margin-left: 0px;}

Viewing 1 replies (of 1 total)

The topic ‘Postlist with large image goes wrong’ is closed to new replies.