Site logo

[Support request] eCommerce menu opens on left side instead of ride side

Home Forums Support [Support request] eCommerce menu opens on left side instead of ride side

Home Forums Support eCommerce menu opens on left side instead of ride side

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

    Hi installed GeneratePress to use on an eCommerce website here.

    The problem is that when you hover over the “Cart” icon, the dropdown opens on the left instead of the right.

    How can I fix this?

    Thanks

    #2470869
    Ying
    Staff
    Customer Support

    Hi Jin,

    Try this CSS:

    .wc-menu-item.has-items:hover div#wc-mini-cart.wc-mini-cart {
        left: 0;
        right: auto;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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