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

    Hello,

    the Logo looks strange in tablet format.
    Please open my Website in a browser and make the window smaler to tablet format.
    There you can see that the logo has a white Space to the left and is too big for this format.
    I would like to have the same Logo Style in tablet format as I already have in mobile (small and sticky to left).

    Can you help me with this?

    Cheers
    Monika

    #1328731

    Hey Monika,

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

    @media only screen and (min-width: 750px) and (max-width: 975px) {
    .av-logo-container {
        padding: 0 50px 0 0;
    }
    }

    Best regards,
    Rikard

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