Search results page - right sidebar

Home Forums Gillion Theme Search results page – right sidebar

Home Forums Gillion Theme Search results page – right sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • [email protected]
    Participant

    Hi,

    On the search results page, there is a right sidebar although I changed the layout to no-sidebar on all theme settings.

    How can I disable the right sidebar on the search results page?

    Thanks!

    Hi @amir.caspi,

     

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

     

    You can remove the sidebar on the search results page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .search-results #page-container #wrapper div#content {
        width: 100%;
    }
    
    .search-results div#sidebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    [email protected]
    Participant

    Thanks, I will try it out.

    I do suggest a feature in upcoming releases to allow this in the theme settings.

    Thanks!

    You are most welcome here 🙂

     

    Sure, we will consider it.

Viewing 4 posts - 1 through 4 (of 4 total)