Vantage Premium – Search Return Page
How do I modify the search return page attributes to be “Full Width Page”?
Thanks,
John
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
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.
How do I modify the search return page attributes to be “Full Width Page”?
Thanks,
John
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
3Hi 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:
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 Was simple and easy for me. Worked perfectly, Thanks.
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.