On our mobile phones (iPhones) the Burger Icon is in the logo area.
Did we something wrong with the logo size?
On your demo pages it looks so perfect.
If not, could we place shop and burger icon more to the right?
Thank you so much for you assistence,
Verena
Hi PremiumFood,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive .logo img {
max-width: 76%;
}
}
Best regards,
Nikko