Hi There,
In mobile website, My logo is overlapping with mobile menu . So I just want Either mobile menu and search to place below the logo or left side of logo so that logo will be at the center .
Please help me doing this . Please.
Hey refurbix,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 767px) {
.responsive .logo img {
max-width: 50% !important;
}
}
Best regards,
Nikko