• Hello , i want full width image in both homepage and post.My images are highter than larger so i d’ont want to cropped them.
    How can i do that please?
    Thank you

Viewing 1 replies (of 1 total)
  • Hello,
    Please paste the below given css on
    Dashboard=>Appearance=>Customize=>Design Options => Custom Css

    .blog .post:nth-child(2n+1) {
     float: none;
       width: 100%;
    }
    .blog .post:first-child {
       float: none;
       width: 100%;
    }

    I recommend you to regenerate your thumbnails using regenerate thumbnails plugin.
    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Full width image in post and homepage’ is closed to new replies.