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

    Hi team,

    How do I adjust the top bar height on mobile to sit above the header and not sit on part of it? I’m using a menu item and custom text in the header.

    Desktop https://ibb.co/GxbDm2d

    Mobile https://ibb.co/10HRsPp

    #1286613

    Hey marsh1984,

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

    @media only screen and (max-width: 767px) {
    #header_meta {
        margin-bottom: 10px;
    }
    }

    Best regards,
    Rikard

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