Hi,
Could I somehow make my sub-menu look better? For example:
Make my sub-menu items appear in two or multiple columns. So it is not just on one side.
OR
Reduce the amount of Black Space (only make the black appear around the wording of the menu items)
TIA
https://elnisfinancials.myshopify.com/
1 Like
- Here is the solution for you @LSAccounting
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
@media only screen and (min-width: 600px) {
.mega-menu .mega-menu__list--condensed {
display: grid !important;
grid-template-columns: auto auto !important;
}
}
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.
1 Like
Perfect.
However,
Would you know how to make the menu disappear when the mouse moves off the sub-menu? At the moment when I hover on the menu, the sub-menu with columns comes up and just stays there.
TIA
1 Like
This one has made it disappear before we can click on any of the sub-menu items. Never mind!
Thank you anyways.
1 Like
Glad to help you. Have a good day @LSAccounting .
1 Like