Woocommerce Product Heading and Price

Posted in: Newspaper
Post count: 83

Hi,

I am trying to adjust the display of products on the main shop page so that the product title, price and add to cart button are centred under the image rather than to the left.

I would also like to add a lightweight drop shadow under the product item on the main shop page to.

Is there custom css I can use to do this?

Thank You

Kevin

Post count: 7909

Hi kevingilmour,

I’m not sure how it looks on your side,
You could try to add this code in the theme panel-> custom css:

.woocommerce ul.products li.product h3 {
text-align: center;
}
.woocommerce ul.products li.product .price {
text-align: center;
}
.woocommerce ul.products li.product .button {
margin-left: auto;
margin-right: auto;
display: table;
}
.woocommerce .products .star-rating {
margin: 0.5em auto 0 auto;
}

Let us know how it works out.
Thanks!

Post count: 83

Hi Alin,

That works perfectly!

Thank you for all your help and once again thanks for providing a great theme.

Regards

Kevin

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.