Home › Forums › WoodMart support forum › How to set the countdown timer in line with the price on single product page › Reply To: How to set the countdown timer in line with the price on single product page
August 25, 2021 at 6:39 am
#314463
Artem Temos
Keymaster
Hello,
Please remove the previous php code and try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.summary-inner > .price,
.summary-inner > .wd-timer {
display: inline-block;
vertical-align: middle;
}
.summary-inner > .price {
margin-right: 15px;
}
Regards.