After installing the AddSearch “Intelligent Search & Filter” plugin, a search results page is automatically created. This page uses the default template of your store’s theme.
Because Shopify’s themes often reserve a narrow area to display content, we suggest expanding the width of the content area for the search results page to provide a better user experience.
To adjust the content area width only for your search results page:
<h1>AddSearch SRP</h1>
.Once you have located the relevant HTML element, you are ready to make the necessary modification:
<style></style>
tag and write a new CSS rule inside using the relevant CSS selector from the previous step:<!-- manually added styles --> <style> .your_css_selector { width: 100%; left: 0; } </style>
We’re always happy to help if you couldn’t find an answer in our documentation. Feel free to contact our support or connect with the sales team.