• Hi, please,
    how I can modify (increase) the size of the images in the #loopcontainer?
    I try with YellowPencil, without success.
    I use the first post larger and the post preview in rows with excerpt.
    Thank you.
    Sergio

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Sergio,

    This CSS will make those images larger:

    
    .layout-rows-excerpt .rows-excerpt .featured-image {
    	width: 40%;
    	padding-bottom: 25%;
    }
    .layout-rows-excerpt .rows-excerpt.has-post-thumbnail .post-header {
    	width: calc(60% - 17px);
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘Increase the image size in #loopcontainer.’ is closed to new replies.