Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #553542

    I used this code:

    div .logo {
    float: left;
    position: absolute;
    left: -210px;
    }

    to move my logo to the left where I want it. Only now it is cut off on smaller screens. Can you help?

    #553694

    Hey BrendaSarg!

    Please remove your code and use following instead

    .container.av-logo-container {
        margin-left: 0;
        padding-left: 0;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.