Okay
  Public Ticket #405074
Search results page
Closed

Comments

  • Eric started the conversation

    Hi is there a way to customize the search result page? If not is there a way I can take out the sidebar area from it. I don't want any sidebar to display in the results page, just the search results.

    thanks.

  •  8,849
    Tahir replied

    Hey,

    Does it not remove itself automatically if you remove the widgets from the sidebar ?. If not please provide your site url so i can write up some custom css.

    Thanks


    ThemeNectar Support Team 

  • Eric replied

    I don't want to remove the widget from the sidebar because i'm using the sidebar for other parts of the site. I just want the search results page not to include sidebars.

    here is the site www.fire.lacounty.gov when you do search, the results page has the sidebar on the right.


    thanks.

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .search-results div#sidebar {
        display: none !important;
    }
    
    
    .search-results .col.span_9 {
        width: 100% !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Eric replied

    thanks.