How can I create a sidebar inside the search page? I wanted to enter the categories + an advertising banner. Thanks
Hi Tobix,
Sure - have a go with something like this in html/searchresults.php - adding at the top:
<div class='row'> <div class='small-12 medium-2 columns'> ...your sidebar content and banners here... </div> <div class='small-12 medium-10 columns'>
...and at the bottom:
</div> </div>
Hope this helps!
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Tobix,
Sure - have a go with something like this in html/searchresults.php - adding at the top:
<div class='row'>
<div class='small-12 medium-2 columns'>
...your sidebar content and banners here...
</div>
<div class='small-12 medium-10 columns'>
...and at the bottom:
</div>
</div>
Hope this helps!
Cheers,
David.
--
PriceTapestry.com