Tagged: logo mobile position
Hi,
I have a website in production and we have an issue with the logo position.
On the desktop version, the logo is to the left.
But in the mobile version, it jumps to the right.
I need to fix the mobile version with the logo on the left the same as on the desktop.
Hey uribinsted,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) {
.responsive #top .logo {
float: left !important;
}
.responsive #top #wrap_all .main_menu {
left: auto !important;
right: 0 !important;
}
.responsive .logo img {
margin-right: auto;
}
}
Best regards,
Nikko