Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2884975
Search page width
Closed

Comments

  • andrewsgibson started the conversation

    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

  •  2,492
    PenciDesign replied

    Hi,

    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 replied

    Thanks, that did it. :)