• The post image is displayed on two pages – in the post itself and on the category page. When trying to change the width of the image in the post itself, the image on the page as a category decreased.
    CSS Changes
    #colibri .style-107 .colibri-post-thumbnail-shortcode img
    {
    width:100%;
    }
    .colibri-post-thumbnail
    {
    width:35%
    }
    How to change image width block on category page?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @intman1958,

    We understand you’ve been experiencing some difficulties with your site layout. Here’s a different approach that might help you. Please replace your current CSS code with the following:


    .single.post-template-default .colibri-post-thumbnail-shortcode img {
    width: 100%!important;
    .single.post-template-default .colibri-post-thumbnail {
    width: 35%!important;
    }

    Once you’ve made the change, check to see if it resolves the issue. If you need any further assistance, don’t hesitate to get back to us.

    Thread Starter intman1958

    (@intman1958)

    Thank you. Works

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Image’ is closed to new replies.