search layouts

Home Forums Gillion Theme search layouts

Home Forums Gillion Theme search layouts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • davelow
    Participant

    How do I remove the widget area in my search layout?

    thank you.

    Solution for this topic

    Hi @davelow,

     

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

     

    You can achieve it 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 div#sidebar {
        display: none;
    }
    
    .search-results #content {
        width: 100%;
        padding: 0;
    }

    Best regards,
    Shufflehound team

    davelow
    Participant

    thank you. my issue is resolved now.

    You are most welcome here 🙂

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