Home › Forums › Basel support forum › Align product prices to center › Reply To: Align product prices to center
September 11, 2019 at 12:39 pm
#143185
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-hover-alt.purchasable .wrapp-swap {
width: 100%;
display: block;
}
body .basel-hover-alt.purchasable .price {
text-align:center;
}
Best Regards