Home › Forums › WoodMart support forum › Price overlaps on product page in facebook browser. › Reply To: Price overlaps on product page in facebook browser.
June 3, 2024 at 11:45 am
#570149
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.platform-iOS[class*="FBAN"] .hide-larger-price .price > :is(ins, small) {
margin-inline-start: calc(1em + 4px);
}
Best Regards.