I am having issues figuring out how to adjust the hover content on the website to adjust to only the appropriate option and not be on full width.
Please see attached picture below regarding the issue.
Then I am having another issue when the options stack up on each other and the hover menu disappears before I get the time to hover the mouse to the mega menu displayed. Please see picture below:
@1cando1t - issue is that your menu items are on second line and hence when you try to open drop down mega menu, it goes down creating the issue you are facing right now, I recommend to either remove few menu items and check, or reduce font size of them to get them in single line
I will try it right away, but there is also one more question I made regarding the width size being too big and kind of out of control. Do you maybe have some suggestions for that too?
I did try the code but still the same, could it maybe work if we make the drawer appear instead of the menu for sizes where the menu contents would be stacked upon each other?
it does have one, I am using the dawn theme. You can check the screenshot below where it activates for media screens below 750px. But I don’t where it is located to adjust it as needed…
I am trying to fix it in the header.liquid file but from all of the code I have been implementing, the changes that occur are either none or for other things totally different.
This is some part of the code with which maybe you can help me:
{%- liquid
if section.settings.menu != blank
if section.settings.menu_type_desktop == ‘dropdown’
render ‘header-dropdown-menu’
elsif section.settings.menu_type_desktop != ‘drawer’
render ‘header-mega-menu’
endif
endif
%}