Hi!
Just wondering if you could help me centre the logo on smartphone landscape view. I’ve tried the Quick CSS from a previous support request I’ve raised but unfortunately it didn’t work.
Thanks again!
Kind regards
Nicole
Hi Nicole,
It would be great if you could stick to one topic for one issue, what exactly is not working out for you?
Regards,
Rikard
Hey Rikard
Thanks for your reply.
The issue is that I’m using a different logo for smartphones and it is off centre (to the left) on landscape view. Is there a way to centre it?
Thanks for your help.
Kind regards
Nicole
Hi,
Please add this in the Quick CSS field:
@media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive #top .logo {
margin: 0 auto;
}
}
Best regards,
Ismael
Hey Ismael
This worked perfectly! Thanks so much for your help!
Kind regards
Nicole