Hi
I have a problem with the header menu on mobile devices. The logo picture, burger menu and search bare is on top of each other, how can I fix this?
Best regards
Katrine
Hi Katrine,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive .logo img {
max-width: 70%;
}
#menu-item-shop .cart_dropdown_link {
padding: 0 10px;
}
.responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
right: 15px;
}
}
Best regards,
Rikard
Hi Rikard
Thank you that helped, but now I can’t click on the card in the right side corner.
Best regards
Katrine
Hi,
Please try adding this CSS as well:
@media only screen and (max-width: 767px) {
.responsive #top .cart_dropdown {
z-index: 0 !important;
}
}
Best regards,
Rikard
Hi Rikard
That worked, thank you.
Can you help me regarding blog post not showing on mobile? I have 2 blogposts on my frontpage that are sowing on computer but not on mobile.
Best regards
Katrine