Hi, we added below code in the Quick CSS, but the logo still overlapping with menu on cell phone. Thanks
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 5px;
font-size: 11px;
}
.logo img {
padding: 30px 0;
width: 150px;
height: auto;
}
}
Hey hzbeyond,
Thank you for using Enfold.
I can’t reproduce the issue on my end. That css code should give some space to the menu because you’re decreasing the size of the logo. You can also set the mobile menu to display when the screen width is equal or less than 989px. Look for the “Menu Items for mobile” settings in the Enfold > Main Menu panel. Set it to the second option.
Best regards,
Ismael
