Comments andrewsgibson started the conversationOctober 1, 2021 at 9:56amGood morning, can you provide the code to restrict the width of the search results pages to 900 pixels? I've already done it on other pages so it needs to match.I'm using Soledad simple.Thanks,Andrew 2,613PenciDesign repliedOctober 1, 2021 at 12:19pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: body.search .wrapper-boxed > .container { max-width: 900px; margin-left: auto; margin-right: auto;}Regards,PenciDesign.andrewsgibson repliedOctober 4, 2021 at 1:17pmThanks, that did it. :) Sign in to reply ...
Good morning, can you provide the code to restrict the width of the search results pages to 900 pixels? I've already done it on other pages so it needs to match.
I'm using Soledad simple.
Thanks,
Andrew
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks, that did it. :)