Strange lay-out when using mobile

Dear Aigars,

On my page I have added a logo (450 x 150 pixels). When I use the mobile site the logo messes up the lay-out. Is this because of the size of the logo? Is there a fix is it not possible to use the mobile site with the logo.

Example 1:

Example 2:

Thanks!

Regards,
Vincent

This is because of our customizations we did earlier by centering your logo.

To fix this, add this code to Theme Options - Other - Custom CSS.

@media (max-width: 992px) {
    .social-header {
        margin-top: 0;
    }
}

Thank you so much! :slight_smile: