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?
Thanks,
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?
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