Horizontal sub-menu mouse hover
-
Hi there,
I'd like to have my menu appearing on the right on mouse hover like it happens in this website: http://cristianordonez.com/
At the moment when I hover, the sub-menu appears underneath the button "menu".
This is the code I have entered so far..primary .sub-menu { display: none; position: absolute; left: 0; border: 0px solid grey; padding-bottom: 20px; } nav.primary .sub-menu li{ display: inline-block; } .menu-item:hover .sub-menu{ display: block; }
Thank you in advance for any help!
Michele
-
Dear Michele @Micheleamaglio
These are the CSS properties of the sub-menu example you like
{ position: absolute; padding-left: 50px !important; top: 0px !important; /* line-height: 18px; */ /* background-color: #f5f5f5; */ border: 0px solid grey; padding-top: 0px /*padding-top: 45px;*/ /*padding-left: 75px;*/; }
So your CSS would need to change to something like:
.primary .sub-menu { display: none; position: absolute; padding-left: 50px !important; top: 0px !important; border: 0px solid grey; padding-bottom: 20px; } nav.primary .sub-menu li{ display: inline-block; } .menu-item:hover .sub-menu{ display: block; }
Paying attention to 'padding-left' & 'top' for your Menu's placement :) Let me know how you go and hope this helps!
Best wishes for 2021
Richard
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com