Hello! We are attempting to expand our products across our home page so there is less white space on either side. We are currently using the Envy theme. There is some kind of restrictor in the code that is preventing us from doing this like on other sites that we’ve seen. Can anyone help us with this or does anyone have any insight?
I’ve included the image below as an example of what we’d like it to look like. Thanks!
Hello @Xraeart
Greetings from the Store Watchers Support Team! Happy to help you today.
In your theme.liquid, please paste the code below before the tag.
{% if template == 'index' %}
{% endif %}
Let me know if need further assistance
Regards,
Store Watchers Support Team
Hello and thank you for the help! I’ve copied and pasted the code before the tag and also the tag and it doesn’t seem to affect the home page at all when I refresh the page. I also tried putting the code in-between both head tags but that doesn’t seem to do anything either.
Hello @xraeart ,
My bad. Please paste the below code instead.
{% if template == 'index' %}
{% endif %}
It should be .(dot) instead of #.
Regards,
Store Watchers Support Team
1 Like
Thank you so much, it looks amazing! 
Glad to know that it helped! @xraeart