Hi Guys!
Just created my Website. Works on desktops but when I check the site on a mobile phone the burger menu as well as the search symbole are layered on top of the logo which doesn’t look cool. How can I solve this issue – menu under the logo or whatever…
Thanks for your help
Hey Herbert,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive #top .logo img {
width: 75%;
}
.responsive #top #wrap_all .container {
width: 95%;
max-width: 95%;
}
#menu-item-shop .cart_dropdown_link {
padding: 0 20px;
}
.responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
padding-right: 0px;
margin-right: 0px;
}
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
padding: 0 0 0 10px;
}
.responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
right: 50px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfekt Victoria. Thanx a lot works perfect.
Cheers
Herbert
Hi,
Great! Did you need further help, or shall we close this thread?
Best regards,
Jordan Shannon
Hi Jordon!
Up to now everythings fine. Pls close the thread
Cheers Herbert