Woocommerce Product price alignment - single product

Hi there,
On my site - https://taylorstaging.wpengine.com/shop-taylor-tessier/bracelets/tyler/, I’m trying to get the price to align left on singe product pages, while having it be center aligned on the product archive pages – https://taylorstaging.wpengine.com/shop-taylor-tessier/.

I have got it center aligned on the archive (shop) pages but cant for the life of me get it to left align on the single product pages. How can I achieve that?

Thanks so much!

Hey there,

Please try this code in the Global CSS:


.woocommerce.single-product .price {
    text-align: left;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.