Home › Forums › WoodMart support forum › Hide to price too big margin left › Reply To: Hide to price too big margin left
October 15, 2020 at 6:59 am
#233385
Artem Temos
Keymaster
Sorry, replace the previous code with the next one
.platform-Mac .hide-larger-price .price>ins,
.platform-Mac .hide-larger-price .price>small,
.platform-iOS .hide-larger-price .price>ins,
.platform-iOS .hide-larger-price .price>small {
margin-left: 4px;
}
.browser-Safari body.hide-larger-price .price>ins,
.browser-Safari body.hide-larger-price .price>small {
margin-left: calc(1em + 4px);
}