Home Forums WoodMart support forum Removing white space from slide out cart

Removing white space from slide out cart

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #29817

    frvon
    Participant

    Hi bro, for your assistance pls…
    Can you let me know what changes are done so I can revert back in future if needed.
    Thanks in advance!

    #29818

    Artem Temos
    Keymaster

    Hello,

    Could you please provide us your website link also?

    Kind Regards
    XTemos Studio

    #29862

    frvon
    Participant

    Done. Sorry forgot about that! Made a joke of myself =/

    #29863

    Bogdan Donovan
    Keymaster

    We have checked your site and our previous customization code work correctly for the side out cart. (https://gyazo.com/b98b3bc23c59eb736af232d7abf96962)

    Please, try to clear your browser cache.

    Regards

    #29983

    frvon
    Participant

    Hi, I have tried clearing cache the first time i encountered this problem. Done so a couple of times again now but still the same. I tried on both firefox and IE.
    I’m not sure why too…

    Attachments:
    You must be logged in to view attached files.
    #29990

    Bogdan Donovan
    Keymaster

    Hello,

    We have added some CSS code to your site to fix this issue (https://gyazo.com/9d2619c562073216cfcce317df5bfa10). Please check now.

    Regards

    #30164

    frvon
    Participant

    Thank you!!! It works perfect now!
    Top quality, top service =p

    Below code for my own reference.

    body .cart-widget-side {
    overflow: auto;
    }

    body .cart-widget-side .widget_shopping_cart .woodmart-scroll-content {
    position: relative;
    }

    body .cart-widget-side .widget_shopping_cart_content {
    display: block;
    }

    .cart-widget-side .shopping-cart-widget-body.woodmart-scroll {
    height: auto;
    }

    #30180

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)