Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
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%;
}
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024