Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1432143

    Hi,

    I would like to position my logo to the left corner. I mean the most possible left corner without space or with a really little space.
    I tried this code in my Quick CSS and custum.css but it doesn’t work.

    strong.logo {
    position: relative;
    left: -15%;
    }

    Is there any easy solution to this problem?

    #1432162

    Hey josikrop1,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-logo-container {
        max-width: 100%;
        padding-left: 0;
    }

    Best regards,
    Rikard

    #1432170

    Thank you, it works, but still too far right. Would like to put it on the left border. In the mobile version, nothing changed.
    I tried
    padding-left: -10;
    but this doesn’t work.

    #1432200

    Hi,

    You could try adding a negative margin to the logo:

    a.av-contains-svg {
        margin-left: -20px;
    }

    Best regards,
    Rikard

    #1432243

    This is not a good solution in my case, but thank you for your input.

    #1432278

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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