I have a vertical menu as I want it - but page content is scaling into the menu

Solved

I have a vertical menu as I want it - but page content is scaling into the menu

OttoS
Visitor
2 0 2

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?

Accepted Solution (1)

devcoders
Shopify Partner
1607 189 490

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%;
}

 

devcoders_0-1748098529557.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 3 (3)

devcoders
Shopify Partner
1607 189 490

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%;
}

 

devcoders_0-1748098529557.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
OttoS
Visitor
2 0 2

Thank you very much for that fast response, it did the trick 🙏

devcoders
Shopify Partner
1607 189 490

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.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!