Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190033

    I would like to remove sidebar, header and add some white space on my search page, How can I do it?

    #190070

    Hi Shandhamankar!

    You can add this on your custom.css or Quick CSS:

    .search #main .sidebar, .search .title_container {
    display: none;
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search Page’ is closed to new replies.