How to increase the size of the main column for the posts?

Hello! How to increase the size of the main column for the posts? I want to post the width was more for a beautiful photo display. But I long ago I can not figure out how to do it. Thanks for the help!!

Hi @lucy211,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

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


.container.main-content-area {
    width: 1260px;
    max-width: 100%;
}

Best Regards,
Movin

thank you! It work! :slight_smile:

You are most welcome here :slight_smile: