Safari Browser problem bei sticky cart
-
please check the screenshot!
The price is not centered! and this happens only with safari browser , how can I solve this? URL is in private
Hello,
The price is not centered in other browsers either. Please update your site admin access I will check the settings. It seems you would better to change the hover design for the shop page, if you want to align the price in the center on the product page, I will provide custom CSS.
Best Regards
i think we are talking again about two different things:
im talking about sticky cart which appears when you are in the product page and you scroll down! the sticky cart!
and the price is centred in every other browser but not in safari
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-sticky-btn-cart .price {
font-size: 0;
}
.woodmart-sticky-btn-cart .price .amount:first-child {
font-size: 16px;
}
Best Regards
is this about the font size?
Hello,
Yes, changing the font size of the price make the price aligned in the center relatively the button. https://prnt.sc/v40yep
Best Regards