Hi guys,
I’ve searched the forums and tried every suggested bit of css code but none of them work.
I don’t have a menu on my site and need the logo to center on mobile, but it is currently aligned right.
Can you help.
Thanks
Hey seanchk,
May we have a link to your site so we can take a look? Please also provide us temporary admin access in the Private Content of your reply, just in case we need to take a look at your settings.
Best regards,
Sarah
Hi Sarah,
The site is http://www.waddoup.com
On desktop the logo is centered.
Please look at it on mobile and you’ll see the logo is not centered. Instead it is pushed to the left.
Thanks
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px){
.responsive .logo img{
max-height:none!important;
}
}
Best regards,
Jordan Shannon