Home › Forums › WoodMart support forum › PRICE display mobile › Reply To: PRICE display mobile
February 14, 2024 at 11:53 am
#539898
Luke Nielsen
Keymaster
Hello,
Try to use the code below for help. Paste it into the “Mobile CSS” area in Theme Settings -> Custom CSS.
.single-product.hide-larger-price .price>:is(ins,small),
.single-product.browser-Safari .hide-larger-price .price>:is(ins,small) {
margin-inline-start: 0px;
}
Kind Regards