Comments andrewsgibson started the conversationSeptember 14, 2021 at 1:43pmIs there a way to set the width of archives pages (Categories, Tags, Author pages) and the Search results page to 900 pixels when there's no sidebar? And what code do I need to restrict the menu bar to 900 px as well so they align? I'm using Soledad Simple Blog. Thanks, Andrew 2,613PenciDesign repliedSeptember 14, 2021 at 2:28pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: body.archive #main { max-width: 900px; margin-left: auto; margin-right: auto;}Regards,PenciDesign.andrewsgibson repliedSeptember 14, 2021 at 7:29pmThanks, that worked perfectly.Is there a way to set the width of the Home page to 900 pixels as well?Thanks,Andrew 2,613PenciDesign repliedSeptember 15, 2021 at 2:33amHi,Please add this CSS code for the home page: body.home .container { max-width: 900px; margin-left: auto; margin-right: auto;}Regards,PenciDesign.andrewsgibson repliedSeptember 17, 2021 at 8:46amThanks, worked perfectly. Sign in to reply ...
Is there a way to set the width of archives pages (Categories, Tags, Author pages) and the Search results page to 900 pixels when there's no sidebar? And what code do I need to restrict the menu bar to 900 px as well so they align?
I'm using Soledad Simple Blog.
Thanks,
Andrew
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks, that worked perfectly.
Is there a way to set the width of the Home page to 900 pixels as well?
Thanks,
Andrew
Hi,
Please add this CSS code for the home page:
Regards,
PenciDesign.
Thanks, worked perfectly.