Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Custom CSS › Reply To: Custom CSS
September 11, 2014 at 8:51 pm
#303
Participant
Hi.
Sorry for the delay in response, I wrote you CSS code, but forgot to click Submit.
Use this code to expand menu to top:
section#nav-container {
height: 192px !important;
margin: 0 !important;
}
section#nav-container #nav ul li a {
height: 192px !important;
padding-top: 140px !important;
}
Robert