It worked!
Thank you very much!
Have a great day!
Michele
It worked!
Thank you very much!
Have a great day!
Michele
Hi there!
I've already posted this question, but I'll try to be clearer.
This is my website at the momenet: www.micheleamaglio.com
I am trying to move the sub-menu to appear, on mousehover, on the right of the button "menu" instead of being below.
Can you pleeease help me!
Thank you so much in advance!
Michele Amaglio
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