Have your say in Community Polls: What was/is your greatest motivation to start your own business?

change mobile menu images size and items in a raw

Solved

change mobile menu images size and items in a raw

Daniel19901
Shopify Partner
267 1 72

Hi, can anyone help me make my mobile dropdown menu from a line of big single image (see screenshot) to 3 smaller images in a raw (see example).

My website is: 
piercing-de.myshopify.com
Password: sasa

Daniel19901_0-1731946145038.png

 

Daniel19901_1-1731946184115.png

 



Accepted Solution (1)
Lakshya_design
Shopify Partner
8 2 3

This is an accepted solution.

Replies 2 (2)

Lakshya_design
Shopify Partner
8 2 3

Hey @Daniel19901 
Can you this css add in style tag

@media(max-width: 1024px){

.tmenu_item_active.tmenu_item_mobile>.tmenu_submenu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.tmenu_item_active.tmenu_item_mobile>.tmenu_submenu li.tmenu_item_layout_image {
width: 33.33%;
}
}

Lakshya_design
Shopify Partner
8 2 3

This is an accepted solution.