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

    Hello,
    on vertical tablet screen, e.g. iPad the display of the topbar menu is somewhat inhomogeneous: https://imgur.com/a/xCGnKfF (sorry for the bad image).

    Do you have any ideas to solve this issue?

    Thank you and best regards,
    Magnus

    #1276676

    Hi Magnus,

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

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header_meta .container {
        min-height: 40px;
    }
    }

    Best regards,
    Rikard

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