Home Forums Basel support forum Align product prices to center Reply To: Align product prices to center

#143185

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