Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Menu slips into slider › Reply To: Menu slips into slider
February 16, 2015 at 2:31 pm
#2116
Participant
Hello,
Insert the following code to the “Elvyre option -> Appearance – Custom CSS” box:
#nav-container {
height: 100% !important;
}
#nav li:not(.current-menu-item) a {
margin-bottom: 3px !important;
}
Let me know if it looks good for you.
Robert