Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Ipad display problems with logo and menu › Reply To: Ipad display problems with logo and menu
April 9, 2015 at 2:39 pm
#2719
Keymaster
Hi Steve,
Can you please try this CSS:
@media only screen and (max-width: 1199px) and (min-width: 992px){
#header-wrapper.search-hidden #nav-container {
width: 574px !important;
}
}
Add it to Elvyre options -> Appearance -> Custom CSS.
Vladimir