Second Featured Blog Post on Homepage Different Size

Hello,

I’m using the theme with the right sidebar as my homepage and the second blog post is shrinking the feature photo and text so that it is not directly aligned with the first featured post. Its appearing just a bit shorter. Can you please advise how to correct this?

If you need to see what I’m referring to, please visit my site: www.dharmagypsy.com

Thank you!

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the width of that section by going to Appearance > Customize > Additional CSS and pasting it there.


@media (min-width: 768px)
.blog.home article.post:nth-child(even) {
    padding-left: 0px;
    padding-right: 0;
}

Best Regards,
Support