Hello
How can i decrease the size of my images on my mega menu drawer?
Rgds
Hello @TBS2023
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-mega-menu.css
add this code at the end of the file and save.
.mega_menu_img img {
max-width: 50%;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hi TBS2023
.mega_menu_img img {
width: 50% !important;
}
Result:
Best,
LizHoang
HI @TBS2023 ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
li.mega_menu_img img {
width: 150px !important;
}
Here is the result:
Please let me know if it works!
Best,
Daisy
Thanks - what about on MOBILE Version
how can i reduce the space between the image to make 5 images fit on one line