Home › Forums › WoodMart support forum › Lost the cart icon › Reply To: Lost the cart icon
March 10, 2018 at 3:34 pm
#45122
leonidas
Participant
Finally I changed the last code that you gave me with this one:
@media (max-width: 768px)
.popup-quick-view .woodmart-scroll .woodmart-scroll-content {
position: absolute;
overflow: scroll;
overflow-x: hidden;
}
And solved the problem with scrolling.
Now check only the disappearance of the cart icon left.
Check the code at post #44807 and tell me what should I change to make it work.
Thank you