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

    Hello! I linked the site info in private section.

    I have set the mobile burger to appear at certain width, which is okay until mobile phone width. I’ve also set the header to be transparent in mobile view.

    How could I move the cart icon and the burger, because right now they seem to be too close to the logo? The cart icon is not vertically aligned with the burger either. Also can I prevent the white header to appear on scroll on mobile? Thanks!

    #938044

    Hey govus,

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

    @media only screen and (max-width: 990px) {
    .av-main-nav-wrap {
        position: absolute;
        right: 0;
        top: 40px;
    }
    }

    Best regards,
    Rikard

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