• Resolved reshoot

    (@reshoot)


    Is there any way to remove the search box and center the rest of the page?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    To hide the search button, add this as Additional CSS:

    
    .toggle-search { display: none; }
    

    And to hide the small sidebar:

    
    #wrapper { padding-left: 0; }
    .s2 { display: none; }
    #header { border-radius: 20px 20px 0 0; }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Removing Search Box’ is closed to new replies.