Hi there,
How can we make the logo on our mobile site centered? It is centered on the desktop site. I have added a link to our site in the Private Content field.
We are also thinking of adding a phone number above the logo in the centre. How can we do this on both mobile and desktop?
Many thanks for your help.
Have a lovely weekend.
Thanks,
Josh
Hey JoshHamit,
Please add the following to quick css:
@media only screen and (max-width: 767px){
.responsive #top .logo {
width: 100%!important;
}
.responsive .logo img {
margin: 0 auto!important;
}
}
Best regards,
Jordan Shannon
Thank you
Hi,
No problem at all. If you need additional help, please ask us here in the forums.
Best regards,
Jordan Shannon