This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi John

    You can either:

    1. Remove the sidebar. Create a child theme. Insert search.php in your child theme and remove line 39 from that file:

    <?php get_sidebar(); ?>

    OR

    2. Use the following under Appearance > Custom CSS to hide the sidebar:

    /* Vantage Hide Sidebar on Search Results */
    .search #secondary {
    	display: none !important;
    }
    .search #primary {
    	width: 100% !important;
    }
  2. John Cottrell 11 years, 10 months ago

    #2 Was simple and easy for me. Worked perfectly, Thanks.

  3. Andrew Misplon Staff 11 years, 10 months ago

    For sure, that’s definitely the simpler solution. Glad that helped.

    All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread