Private: Home › Forums › HTML Templates › Elvyre Retina Ready HTML5 Template › Responsive menu – logo on the left site › Reply To: Responsive menu – logo on the left site
July 3, 2015 at 12:04 pm
#3261
Keymaster
I am sure it will be ok, but try this CSS:
@media only screen and (max-width: 479px) and (min-width: 320px){
#logo {
width: 134px;
float: left;
}
.dl-menuwrapper{
float: right;
width: 48px;
margin-top: 20px;
}
#search{
float: right;
clear: both;
margin-bottom: 20px;
}
#m_search{
top: 5px;
right: 70px;
}
}