• Resolved konradje12

    (@konradje12)


    Hey,

    For the Blog Feed I think that the pictures displayed are very small.
    I see only two options (2 small pics or 2 small + 1 full).
    I’d like to just have full pictures shown, how do I do this?

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

Viewing 1 replies (of 1 total)
  • Hello @konradje12,

    Hope you are having a great day!

    Please go to WP Admin > Appearance > Customize > Additional CSS and inside that box, add the following code:

    #post-344 .col-md-6 {
        width: 100%;
    }
    
    #post-344 .entry-content img {
        width: 100%;
    }

    This will modify only that page attributes to make the image bigger.
    ?Try it and let me know how it worked.
    Kind regards,
    Diego

Viewing 1 replies (of 1 total)
  • The topic ‘Blog Feed Post Display → Just Full’ is closed to new replies.