Post Page Width

I have increased the width of the main page using this code in the “Sparkling Options>Other”
body.home .container.main-content-area { width: 95%; padding: 0; overflow: hidden; }

When I click on the post link and go to the post the width goes back to the default width. How do I get the post to be the same width as the main page?

Thank you for the theme and your help.

Hi @texbiker,

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

To achieve this for the single post try changing your above shared code as following.

body.single-post .container.main-content-area,
body.home .container.main-content-area { width: 95%; padding: 0; overflow: hidden; }

Best Regards,
Movin

Thank you so much. The code worked and the posts are now the same size as the front page.

You are most welcome here :slight_smile: