Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › menu problem › Reply To: menu problem
October 21, 2014 at 12:23 am
#790
Participant
Hello,
Copy and paste the following code to your Custom CSS box:
@media only screen and (min-width: 480px) and (max-width: 991px){
#header {
width: 100%;
}
section#nav-container {
width: 90%;
}
}
The menu should be displayed properly now.
Robert