Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Menu slips into slider › Reply To: Menu slips into slider
March 19, 2015 at 1:49 pm
#2566
Participant
Hello,
Please add the following code to “Elvyre options -> Appearance – Custom CSS” box:
@media only screen and (min-width:480px) and (max-width: 767px) {
#header {
padding: 10px 0;
}
#logo {
width: 160px;
}
#search {
margin-left: 0px;
margin-top: 15px;
}
#dl-menu {
text-align: right;
margin-top: 14px;
}
#dl-menu ul {
text-align: left;
}
}
Your menu and search icon should be aligned right of the logo.
Robert