This topic has 7 replies, 2 voices, and was last updated 1 years, 8 months ago ago by eternity
The width of the site will remain the same as it is now.
I want only the blog page to be 900 wide.
Can I change it with CSS?
Hello, Eternity,
Thank you for getting in touch with us.
Yes, you can use custom CSS code.
Your site is under maintenance mode, so we can’t check it.
The next code was tested on our demo Blog page (Theme Options > Theme custom CSS > Desktop):
.blog .container {
max-width: 900px !important;
}
We hope this information is helpful.
Kind Regards,
8theme team
Thank you.
I set the CSS,
but, I could not change the width of the blog page.
Can you help me?
Hello, Eternity,
Please check the Private Content
Kind Regards,
8theme team
I see.
Well, then.
Don’t change the width of the blog page.
I want to make only all single post pages 900 wide.
Hello, Eternity,
Thank you for the reply.
You can use the next custom CSS code (Theme Options > Theme custom CSS > Desktop):
.single-post .container {
max-width: 900px !important;
}
Kind Regards,
8theme team
Thank you!
Thank you!
Thank you so much.
Tagged: blog page, customization, persuasive, themes, width change, wordpress woocommerce
The issue related to '‘I want to change the width of only the blog page.’' has been successfully resolved, and the topic is now closed for further responses