Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #752227

    Hi, I’m finding some issues with the dropdown cart button on tablets:
    As you can see, my button is overflowing the screen on tablets:
    Image and video hosting by TinyPic
    and, scrolling the page, the button is always “visible” but still overflowing:Image and video hosting by TinyPic

    I had the same problem in mobile version, but I’ve been able to fix it, blocking the button beside the hamburger menu
    Image and video hosting by TinyPic

    I would like to fix the cart button beside the hamburger menu in tablets as well.
    How could I do it?

    Thanks for helping

    #752818

    Does anyone have any idea?

    #753493

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #753577

    Yes,
    it’s not yet in production:
    microcosmo

    If you need credentials for the backend I’ll create them

    #754246

    Hi,

    Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .av_mobile_menu_tablet .cart_dropdown {
        margin: 52px 0 0 0 !important;
        right:0 !important;
    }
    }

    Best regards,
    Rikard

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