Vantage Theme. Mobile logo is not centered

Hello,

I need help on my website, for some reason the logo doesn’t look centered on the Mobile view

Can someone take a look at my website and advise?

www.arenacristalswimwear.com

Thanks,

Hi @Aronbr ,

Try pasting this code in you stylesheet.css under Asset folder.

@media (max-width: 980px){
#mobile-header #logo.center {
    transform: translate(-70%) !important;
}
}

It did work! Thank you so much :slightly_smiling_face:

1 Like