• Resolved belgarathc

    (@belgarathc)


    Hi,

    My website is https://iwannatravel.com.sg.

    I wish to align the logo on the top on non-mobile devices to the left.

    This I managed to do so by changing from

    #branding img.logo-image { width: 500px; max-width: 100%;}

    to

    #branding img.logo-image { width: 500px; max-width: 100%; margin-left: -76px;}

    But if I do that, the logo would appear cropped off on my mobile.

    I tried adding:

    @media only screen and (max-width: 767px) {
    #branding img.logo-image { width: 500px; max-width: 100%; margin-left: -76px;}
    }

    But it doesn’t work.

    Anybody can help?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align Logo Differently for Mobile’ is closed to new replies.