All things Shopify and commerce
In my mobile menu, the items appear small inside one of the nested menus. Store -> Clothing
Here is the link: mazushi.com
Solved! Go to the solution
This is an accepted solution.
@MikeyAcr Please follow below instructions to display the nested menus in the same size as the parent menus. Let me know whether it is useful for you.
1. From admin, go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Search base.css file and paste below code at the bottom of the file.
navigation-drawer .panel__wrapper .h5 {
font-size: 24px !important;
line-height: 29px !important;
}
Now, it will look like below,
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Hello @MikeyAcr ,
I understand you are looking to adjust the size of sub-menu item https://prnt.sc/SK8WdClKNFQY
You have to add small code for changing the font-size.
Please add the below mentioned code in the theme.liquid file before </body> tag and save.
<style>
li.h5.sm\:h5 {
font-size: 25px;
}
</style>
[Please feel free to change the px size as per your need.]
Output -:
I hope the solution helps you.
Please share if you have any query
Thank you.
This is an accepted solution.
@MikeyAcr Please follow below instructions to display the nested menus in the same size as the parent menus. Let me know whether it is useful for you.
1. From admin, go to "Online Store" -> "Themes".
2. Click action button from the current theme and select "Edit code".
3. Search base.css file and paste below code at the bottom of the file.
navigation-drawer .panel__wrapper .h5 {
font-size: 24px !important;
line-height: 29px !important;
}
Now, it will look like below,
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025