Hi Kriesi-Team,
when I open our mobile menu, there is a lot of space between the top and the first menuentry. You can see it here at the screenshot and directly at our page. Is there anything I can do to “heal” this?
Thank you very much and kind regards!
Hi Mixmax,
try
#top #av-burger-menu-ul {
vertical-align: top;
}
Best
Hi Sigmund,
thank you very much. That works. Max I ask you for another hint. Right, next to the mobile menu icon, is a ugly white space. I marked it at the screenshot. The white space is also there in Desktopview next to the glass.Is there anything I can do to delete this white space so that the menu icon or the glass is more or less an the right edge of the screen..
Thank you again for your help. Kind regards!
https://ibb.co/ZLXwYbg
Hi Mixmax,
thats the normal padding of the container. You can try to set the “Maximum Container width” in Enfold (Child, I hope) “General layout” Options (“Dimensions” Tab) to 100% and use a “Streched Layout” in “Layout” Tab.
And I would delete the border eg set the border color to #ffffff.
Best
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-menu.av_menu_icon_beside {
border-right-width: 0;
}
Best regards,
Rikard
Hi Rikard,
when I change this value in opera developer tools, it works. But when I put in css, it doesn´t. Any idea?
Best regards
Try:
.avia-menu.av_menu_icon_beside {
border-right-width: 0 !important;
}
No it works. Thank you Sigmund!
Hi mixmax,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria