Home Forums Basel support forum Align product prices to center

Align product prices to center

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #143167

    info@jullo.nl
    Participant

    Hi Team,

    Can you help align product prices to center?
    I was able to align the product title to center but product prices dont listen to my code…

    Attachments:
    You must be logged in to view attached files.
    #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

    #143186

    info@jullo.nl
    Participant

    Hello elise,

    Works very nice. But the add to basket is still aligned to the left.
    Can this be aligned center as well?

    #143217

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-hover-alt .btn-add>a.add_to_cart_button:before,
    body .basel-hover-alt .btn-add>a.added_to_cart:before, 
    body .basel-hover-alt .btn-add>a.product_type_external:before {
        right: 100px;
        top: -3px;
    }
    body .basel-hover-alt .btn-add>a {
        display: block;
        width: 100%;
        text-align: center;
    }

    Best Regards

    #149582

    info@jullo.nl
    Participant

    Perfect, many thx!

    Please close ticket, issue solved

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Align product prices to center’ is closed to new replies.