Shopify themes, liquid, logos, and UX
1.I am facing issue with the main menu, when I click on 'Our service' to select submenu items, the menu pop up goes away. Hence, user will face difficulty in navigation. Can someone please help me fix this issue?
2. Also, I want the Services items get distributed evenly, there is much space left at the left side.
Link - https://734bb6-cf.myshopify.com/
Password - cheold
PFA
Solved! Go to the solution
This is an accepted solution.
For your menu you may want to make the "extension" wider:
header-menu [open] summary:after {
content: "";
position: absolute;
top: 3em;
height: 2em;
left: -4em;
right: -4em;
background:red;
}
Also, by default the dropdown is designed with 6 columns. You can change it to, say 4 columns:
header-menu .mega-menu__list {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
Yes, right
This is an accepted solution.
For your menu you may want to make the "extension" wider:
header-menu [open] summary:after {
content: "";
position: absolute;
top: 3em;
height: 2em;
left: -4em;
right: -4em;
background:red;
}
Also, by default the dropdown is designed with 6 columns. You can change it to, say 4 columns:
header-menu .mega-menu__list {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025