Hey,
I need a little bit help with the burger menu in mobile view.
How can I put the burger menu more to the right side? / Is it possible to minimize the distance between burger menu and the right screen side?
Thanks!
Hey Webkosmonaut,
Thanks for the link, though your mobile menu is already all the way to the right on my end. Did you manage to get it working? If not then please try to explain a bit further or post a screenshot highlighting your intentions.
Best regards,
Rikard
Hey Rikard,
thanks for your answer!
Yes, I think on most devices (with larger screens) the burger menu doesnt collide with the logo.
On my phone it looks like the screenshot below.
I know, the logo is kinda large, but is it possible, to move the burger menu more to the right?
Best regards!
not sure if the screenshot thing worked..
Another try :D
Hi,
Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 479px) {
.responsive .logo img {
width: 200px;
max-width: 200px;
}
}
Best regards,
Rikard
Okay, looks fine with a width of 280px :)
Case closed.
Thank you very much for your support!