In Stock text pushing sticky add to cart button on mobile
-
Hello,
I really love the sticky add to cart button feature on the new version! But I have one issue on mobile as the In Stock text is pushing the add to cart button to the right.
Please see the link attached.
Thank you very much!
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings
.woodmart-sticky-btn .stock {
margin-bottom: 0;
margin-right: 20px;
}
and this part for mobile devices only
.woodmart-sticky-btn .stock {
display: none;
}
Regards
That worked perfectly.
Thank you very much!
The topic ‘In Stock text pushing sticky add to cart button on mobile’ is closed to new replies.