• Dear XootiX,
    I just bought the pro version and I would like to know if is possible to make the side bar smaller.
    I mean the side bar always opens on full height. Can I have the side bar that opens bases on the content height?
    for example: 1 product 200px, 2 products 400px. Flexible and dynamic.
    Thanks for the attention.
    Marco

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi,

    Yes , you can make it flexible , Use this CSS

    .xoo-wsc-body {
        height:  auto!important;
    }
    
    .xoo-wsc-footer {
        position:  relative;
    }
    
    .xoo-wsc-container {
        background-color: transparent;
        overflow: auto;
    }

    Set background colors , if the cart gets transparent.
    For more premium related queries , please use live chat feature on site.

    Thread Starter marco_81

    (@marco_81)

    great!
    Thanks a lot!

    Do you think is possible to get a floating icon?
    I mean the basket that floats during the scrolling.

    Thanks again!

    .xoo-wsc-basket{position: absolute;}

    Thread Starter marco_81

    (@marco_81)

    thanks
    but it doesn′t work

    You want the basket icon to scroll , as you scroll the page? right !
    That should do the job.

    Thread Starter marco_81

    (@marco_81)

    no
    i would like to have it that always stays visible on the page
    for example always 100px from the top.
    is it possible?

    This feature is by default. It either stays on the top or bottom.
    Check side cart settings. There is an option for adjusting position.

    Thread Starter marco_81

    (@marco_81)

    ok
    I tried all of them but nothing changed
    TOP is on top
    TOP FIXED is the sasme
    Bottom FIXED is on the bottom

    Select TOP FIXED & use this CSS

    .xoo-wsc-basket {
        top: 100px;
    }
    Thread Starter marco_81

    (@marco_81)

    unfortunately doen′t work

    Thread Starter marco_81

    (@marco_81)

    I deactivated a all the plugins but nothing changed.
    Any solution?
    Thanks again

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘I bought the Pro Version: CSS question’ is closed to new replies.