Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #332417

    http://bluemontinluray.com
    When I visit this testing site on my smartphone, the logo is distorted and the Navigation bars are sitting right on top of the logo.
    What code do I use to fix this?
    Thank you

    #332436

    Hi elames!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    .logo img { max-width: 70%; }
    .logo { left: 0!important; }}
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    margin-left: 0!important;
    margin-top: 10px!important; }}

    Best regards,
    Yigit

    #332511

    Thank you..that worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation on Smartphone’ is closed to new replies.