Hi,
how can I allign my logo on my page?
Thanks a lot!
Jana.
Hey Jana!
Did you add some custom CSS to give the logo some top padding?
If your not sure then add this to your custom CSS to fix it.
.logo {
padding-top: 0 !important;
}
Regards,
Elliott
Ooooh sorry – you’re right!!! There were some custom CSS…
Jana.