I am using the “blogs posts” element in the advanced layout editor. Even though I have the same settings on two pages, the layout is different for this element. This appears likely to be based on the column width. See links below.
My question is that I would like the gravatar to appear on the left and the featured image to be smaller on the front page (as it now appears on the subpage). Is this possible?
Hi bingisser!
So on your homepage you want the featured images in the blog posts shortcode to display a bit smaller like in your second link correct? Add this to your custom CSS.
.home .big-preview {
max-width: 50%;
}
Cheers!
Elliott