Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1242238

    Woocommerce checkout dropdown length

    When I put many products in the cart, for example 8 or 9, when I put the cursor over the cart, the drop-down is very long and there is no way to get to the bottom, to the direct access to the cart / checkout that is below the drop-down, so You have to click on the cart to, for example, be able to delete one of the last added products, which can no longer be accessed in the drop-down, because they are very low and can no longer be seen.

    #1243175

    Please, I insist in my topic

    In Enfold / Woocommerce when we buy more tan 15 products, the dropdown checkout is too long

    And is impossible clic y Go to Cart o Go to Checkout

    How can we fix that?

    #1243176

    dropdoen checkout

    #1243815

    Hi,

    Sorry for the delay. We could use this css code to add a scrollbar within the mini cart container when there are a lot of items in the cart.

    #top .widget_shopping_cart_content {
    	overflow-y: scroll !important;
    	max-height: 80vh !important;
    }

    Best regards,
    Ismael

    #1244813

    Thanks Ismael.
    It works fine now :)

    #1244848

    Hi ramiropuig,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce checkout dropdown length’ is closed to new replies.