Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Dawn 2.0 Theme: Center align prices for product recommendations

Solved

Dawn 2.0 Theme: Center align prices for product recommendations

lextui
Excursionist
25 0 7

Hello, how do I center align prices for product recommendations? Could you give the code for base.css? Thank you. 

Screen Shot 2022-04-01 at 15.16.56.png

Accepted Solution (1)
Niraj_singh
Shopify Partner
232 39 47

This is an accepted solution.

Hello @lextui 

please open component-card.css inside assets of your theme and paste the below code bottom of the file.

.product-recommendations .price{

text-align: center !important;
margin: 0 auto !important;
display: initial !important;
}

banned

View solution in original post

Replies 6 (6)

Zworthkey
Shopify Partner
5581 642 1583

@lextui 
Welcome to the Shopify community!
Thanks for your good question.


Please share your store URL.
So that I will check and let you know the exact solution here.

 

 

.product-recommendations .price{
text-align: center !important;
margin: 0 auto !important;
}

Add this code in the component-card.css file.

 

lextui
Excursionist
25 0 7

Sajeel
Shopify Partner
272 31 26

share your  store url please

lextui
Excursionist
25 0 7
Niraj_singh
Shopify Partner
232 39 47

This is an accepted solution.

Hello @lextui 

please open component-card.css inside assets of your theme and paste the below code bottom of the file.

.product-recommendations .price{

text-align: center !important;
margin: 0 auto !important;
display: initial !important;
}

banned

Sajeel
Shopify Partner
272 31 26

@lextui  add this code in component-card.css

.card-information{text-align: center;}