Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1324328

    I have this working on larger screens but on smaller mobile screens there is white space on the left side of the logo. We want it to be completely left aligned with no space no matter what the screen size. Thanks.

    #1324333

    Hi Rhapsodyingraphics,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-logo-container {
        width: 93%;
        max-width: 93%;
        margin-left: 0;
      }
    }

    Best regards,
    Nikko

    #1324334

    Perfect – thank you!

    #1324343

    Hi Rhapsodyingraphics,

    We are glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Let logo and menu position adapt to browser window’ is closed to new replies.