I have the text ‘‘TOOL HOLDERS’’ in the second row in the mega menu. I would like to have it to the right of the ‘‘DETERGENTS’’ text.
I was thinking maybe there is a need to reduce the padding between the columns so the ‘‘TOOL HOLDERS’’ text fits by the ‘‘DETERGENTS’’ text.
There probably is an easier answer.
website - arprosystems.com
password - ialdea
Could someone help me with a code please?
Thank you
1 Like
Hi @ARSystems ,
Try this.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
ul.mega-menu__list.page-width {
flex-wrap: nowrap;
}
Result:
I hope it help.
2 Likes
Thank you! Worked perfectly 
1 Like
Welcome, If my post or comments solve the problem please dont forget to mark as solution. And like for tips. Thanks!
1 Like