need to make the search page full width with no sidebar

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support need to make the search page full width with no sidebar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28942
    Sujoy Banerjee
    Participant

    How can i remove the sidebar from search page and make the search page full width with no sidebar ? can’t find anything within the theme options
    See screenshot for details :

    #28951
    Veena
    Moderator

    Pls try the below custom CSS in themeoptions –

    .search .sidebar-right-nav {
        display: none;
    }
    .search #content {
        max-width: 100% !important;
        float: none !important;
    }
    .search .ninecol {
        width: 100%;
    }
    
    #28956
    Sujoy Banerjee
    Participant

    thanks , it worked 🙂

    By the way, if i need to add custom content or change those sidebars, then which template file should i edit ? or i can use any page builder to add custom content to the sidebar page ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.