Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

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

#3261
Vladimir
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;
}
}