Home Forums Basel support forum Shopping Cart – Pop Out

Shopping Cart – Pop Out

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

    gqjesus
    Participant

    Hi,

    How do I make the pop out for the shopping cart wider?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .cart-widget-side, .login-form-side {
        width: 500px;
         transform: translate3d(500px,0,0);
        -webkit-transform: translate3d(500px,0,0);
        -ms-transform: translate3d(500px,0,0);
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease;
    }

    Replace the 500 for the width you want

    Best Regards

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