Hi,
I would like to reduce the size of my photos on my Megamenu.
Perhaps add padding on each side to reduce the size and still have them centered? I would need to be able to see the same reduction if I create a second Megamenu
Website is: https://partnerprogram.zeiss.ca/
1 Like
@Marionlesso
sorry for that issue i have check but i can’t see can you please share issue image further issue
1 Like
Hi, Thanks for your reply!
Here is how it looks now, and How I would like to look (second image). I would like to reduce de width of the images/columns of the mega menu.
Do you think it’s doable?
1 Like
@Marionlesso
great thanks for clear please add this code
- Go to Online Store->Theme->Edit code
- Asset->/styles.scss.liquid->paste below code at the bottom of the file.
.dropdown_container.mega-menu .dropdown_content {max-width: 1024px;} /* change value as you like */
1 Like
Thanks a lot, it worked perfectly!!
1 Like
@Marionlesso
it’s my pleasure to help us
1 Like