Hello
On mobile my logo is not sitting at the far left as it does on desktop. I’ve tried adjusting the following, but nothing seems to work; please adise. Thank you, as usual! :)
@media only screen and (max-width: 767px) {
/* start */
.responsive #top .logo {
/* float: left !important; */
left: 0% !important;
}
}
Sorry, I forgot to include the links in the private area.
Hi,
Can you try adding this on Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .logo img {
height: 80px !important;
}
}
Hope this helps :)
Best regards,
Nikko
Worked! Thanks so much :)
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko