Page 1 of 1
Cart is not floating
Posted: 03 Apr 2020, 17:36
by MAXambient
I have setup the cart itself to float when scoll the page but it´s not doing this. When I scroll to the bottom the cart is scrolled too
I use the shaper_helixultimate - Template
Re: Cart is not floating
Posted: 03 Apr 2020, 17:47
by Jan
Hi, sorry, I don't understand, what do you exactly mean? There is no such option in Phoca Cart
Jan
Re: Cart is not floating
Posted: 03 Apr 2020, 18:18
by MAXambient
Sorry, I ment Scroll Kasse. The Cart should not scroll and should always be visible, when the rest of the page is scrolled.
And btw: Thanks again for your fantastic support!
Re: Cart is not floating
Posted: 03 Apr 2020, 19:02
by Jan
Hi, if you have set some specific CSS for the cart module, hard to say for me, what can be wrong. Mostly this needs to be set by some position fixed or absolute, but it even depends on used template if this will be possible. For now, I didn't do such feature, so I have no experiences with fixed position of some module - really hard to give some clue advice
Jan
Re: Cart is not floating
Posted: 06 Apr 2020, 08:17
by MAXambient
Hm, did not made changes on the CSS,I use the shaper_helixultimate - Template. Chosen position is "Right" Maybe this helps?
Re: Cart is not floating
Posted: 06 Apr 2020, 12:05
by christine
Hi,
do you mean the part of header? If yes, here 2 examples:
Demo:
https://www.phoca.cz/phocacartdemo/
CSS is:
Code: Select all
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
Demo & Info Layout positions: Helix:
https://www.joomshaper.com/documentatio ... -positions
Header is fixed with:
Code: Select all
#sp-header.header-sticky {
top: 0;
width: 100%;
position: fixed;
background: #fff;
z-index: 9999;
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.05);
box-shadow: 0 3px 3px rgba(0,0,0,.05);
}
So, you hv to check with inspector to find out, which segment you could use etc.
Kind regards
Christine