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.
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;}
thanks
but it doesn´t work
You want the basket icon to scroll , as you scroll the page? right !
That should do the job.
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.
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;
}
unfortunately doen´t work
I deactivated a all the plugins but nothing changed.
Any solution?
Thanks again