Edin – Make search results page a full width template
-
I have the Edin theme, and I have a search bar, which is working fine. However, the Search results page is the default template, but I need to change it to the Full Width template. Any suggestions
The blog I need help with is: (visible only to logged in users)
-
Hi, since the search page is dynamically created, we can’t assign a Page Template to it, but we can achieve the same results with CSS. Give this a try and see what you think. It specifically targets the search results page.
.search #secondary { display: none; } .search #primary { width: 100%; margin-right: 0; }
- The topic ‘Edin – Make search results page a full width template’ is closed to new replies.