Shopify themes, liquid, logos, and UX
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
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.mega_menu_img img {
width: 50% !important;
}
Result:
Best,
LizHoang
Thanks - what about on MOBILE Version
Hi, it's small
how can i reduce the space between the image to make 5 images fit on one line
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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025