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

    Hi guys,

    There are couple of little annoyances I’d like to deal with, regarding WooCommerce layout stuff.

    1.On Firefox, the cart and checkout tables look weird. There are borders missing between certain rows, and some borders are thicker and it seems pretty random. Also the right border of the entire cart table has 0 width. In chrome it looks great. Is there anything I can do to fix this?

    2.When there are too many items in a cart, the drop-down cart is no longer helpful. There’s no way to scroll down to get to the sub-total or the links to check-out. I know it may look ugly, but is there any way to add a scroll bar?

    Thanks for your help!

    p.s. The enfold options area in the back-end of Firefox still looks wonky. I’ve added css to fix it (mostly just had to increase the widths of certain boxes). Just thought you should know. Again, maybe this is just my browser.
    p.p.s. I wasn’t able to update enfold through the themeforest-api-updater. Do you know if I need a different api key for each product?

    #223873

    Hey Tali!

    1) I can’t reproduce this issue on the demo page and on my test servers: http://kriesi.at/themes/enfold/cart/
    Please deactivate all browser extensions – maybe an extension causes the styling flaws. If this doesn’t help post a link to your website and we’ll check the css code.

    2) You can try this css code:

    
    .dropdown_widget .cart_list {
    overflow-y: auto;
    max-height: 300px;
    }
    

    You can replace 300px with any other px value. % values are not supported.

    Cheers!
    Peter

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