Hi, you already adjusted the header of the mobile version but the menu button is a bit too much on the left. Could you give me some code to have it lined up precisely with the image underneath? That would be great – thanks!
Nadine
Hey nadinedomnink,
What mobile browser are you at?
Best regards,
Basilis
Apple
But you can also check it with the customizer – there you see the same problem
Apart from moving the mobile button a bit to the right, is it also possible to make it a bit smaller?
Thanks a lot!
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.av-burger-menu-main.menu-item-avia-special {
margin-top: 40px!important;
}
.av-hamburger-box {
width: 30px !important;
}
}
Best regards,
Rikard
Hi, sorry, that doesn’t work – the button moves down not to the right. Could you please check…thanks a lot!
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px){
.responsive #top .av-logo-container .avia-menu {
left: 20px!important;
}}
please see screenshot in Private Content area
Best regards,
Mike
Hi, it works for the mobile version, but in the desktop version everything shrinks…any other idea? Thanks!
Hi,
It looks like the last two } didn’t make it in the code block, so that would brake it. Please try this:
@media only screen and (max-width: 767px){
.responsive #top .av-logo-container .avia-menu {
left: 20px!important; }
}
Best regards,
Mike
wonderful! thanks!