Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Center price in Ascend: Carousel widget

Home / Forums / Ascend Theme / Center price in Ascend: Carousel widget

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
March 22, 2018 at 7:15 am

Hello,

I’ve added the CSS below in order to center the product title and price on the products in the Woocommerce archive loop. The code works just fine on the category pages, but I have an Ascend: Carousel widget on the home page to show the latest products added. The formatting kind of works with the widget, in the sense the product title is centered but the price won’t budge and says aligned to the left side.

.product_item .product_archive_title, .details_product_item {
text-align: center;
}

Does the Ascend: Carousel widget use different hooks then Woocomerce for the price or do you suggest using different CSS?

  • The forum ‘Ascend Theme’ is closed to new topics and replies.