Hi. As the burger meny on smartphone “push” the logo to the left. Can i get that meny BELOW the logo on smartphone?
Thank you :)
Hey geotectives,
I loaded the site, I do not see it ” pushed ” but I do see it smaller.
You mean you want to keep the logo bigger?
Best regards,
Basilis
Hi Basils
No, the position is to the left, i want it center and the the burger menu below.
Best, Mats
Hi Mats,
I think there is misunderstanding here. Theme you are using is not Enfold.
Please contact theme authors :)
Regards,
Yigit
It is Enfold!
Hi,
It is now but when i checked it was another theme :)
Please add following code to Enfold theme options > General Styling > Quick CSS
.html_av-overlay-side .av-burger-overlay-scroll {
width: 255px;
}
Best regards,
Yigit
Nope, the logo is still on the left and search icon and burger om the right.
Hi!
Please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Regards,
Yigit
Hi Yigit.
As you see, the logo is NOT in center, it is on the left.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive .logo img {
margin: auto;
}
.responsive .logo, .responsive .logo a {
width: 100%!important;
}}
Best regards,
Yigit
Spot on!
Thanks :)
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit