Shopify themes, liquid, logos, and UX
Hi all, I have sucessfully setup a vertical menu setup on my Shopify page some time ago. I've been ignorant enough to not log exactly what I have changed in the code 🙈. I've only now found out the page looks fine in a big screen or a phone screen, but does not scale well on smaller screens, such as an iPad. This is a page on the site as an example:
https://printopia.eu/collections/kleurenmultifunctionals
On full width the page looks fine, but when you make the window more narrow the page content creeps under the menu, instead of scaling. How can I make the content 'respect' the full width of the menu?
Solved! Go to the solution
This is an accepted solution.
Hello @OttoS
1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
2. In the Assets folder, open base.css and add your CSS code at the end
div#shopify-section-template--23825308942604__product-grid {
margin-left: 12%;
}
.collection-hero.color-scheme-1.gradient {
margin-left: 12%;
}
This is an accepted solution.
Hello @OttoS
1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
2. In the Assets folder, open base.css and add your CSS code at the end
div#shopify-section-template--23825308942604__product-grid {
margin-left: 12%;
}
.collection-hero.color-scheme-1.gradient {
margin-left: 12%;
}
Thank you very much for that fast response, it did the trick 🙏
Hello @OttoS
Thank you for getting back to me. I’m happy to hear that it worked for you. Should you need any further help, please don’t hesitate to reach out. If you found the post helpful, kindly consider giving it a like.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025