Making older posts full width on front page

Sorry if I’m not explaining my problem well, I included a photo to help.

I noticed that my first two posts show up full width on the front page of my blog, but the third post is only half the width. How can I edit this layout so that every post shows up full width on my front page?

Hi @quartercat,

I hope you are well today and thank you for your question.

It by default displays like that as shown on this demo site https://colorlib.com/activello/ but if you want to display them full width then you can do so by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.blog.home #page article.post {
    width: 100%;
    padding: 0;
}

Best Regards,
Movin

The default grid is not showing on the blog archive - it’s only the excerpts. I’d also like to show a grid of four on the home page. Do I need a shortcode for this?

@vmkirin To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.