Hi
I’m having a problem with my logo
from it showing up as too big on mobile devices
to it taking over the menu
and some times it just shows up as blurry
Hi Volvano1!
You can use a different logo for mobile, to make it work better.
Let us know if we can do anything else.
Best regards,
Basilis
is using a different logo the only solution?
Hi,
Try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) {
.responsive .logo img {
max-width: 80%;
}
}
Let us know if this works, if not can you post a screenshot so we can see how it looks on your end.
Best regards,
Nikko
this isn’t working –
the logo is behind the slider on mobile devices
lanscape mode
Hey!
I have added this in Quick CSS:
@media only screen and (max-width:767px) {
.responsive .logo img {
top: 0;
max-width: 40%;
}
}
It should look better now.
Regards,
Nikko
did you make any other changes?
my social media icons at the bottom have vanished
there is a black line at the bottom that wasn’t there
and above the slider there is now : you are here ;home
Even my copyright was changed
Hi!
No, I only touched Quick CSS and added the code I given above.
Regards,
Nikko
You can check – something reset somewhere
Will try and fix it
But a lot of things have changed on the site
Hi,
Try remove the code that Nikko has added and let us know if that will fix the issue.
That is why, we do not interferer with different soilutions, when we have the proper hook to use for the mobile logo.
Best regards,
Basilis