How to center align product title and price in the Atlantic Theme

Solved

How to center align product title and price in the Atlantic Theme

LeannaP
New Member
4 0 0

Hello,

 

I'm trying to center align all the product titles and prices. I'm using the Atlantic theme. Does anyone know how to do this? Or which code to edit?

Accepted Solution (1)
gr_trading
Shopify Partner
2040 149 206

This is an accepted solution.

Hi @LeannaP 

 

Please following below steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

.product-card-details {
    text-align: center !important;
    align-items: center;
    flex-flow: column wrap;
    display: flex;
}

 

hari1_prasad_0-1676792361486.png

 

Hope it will help...

For any custom development WhatsApp or connect at Email ID: support@grtrading.in for quick consultation. | Shopify Free codes
To support Buy Me a Coffee

View solution in original post

Replies 4 (4)

PageFly-Victor
Shopify Partner
7865 1786 3131

Hi @LeannaP

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

#PageContainer .product__title,#PageContainer .product__price{
display:block;
text-align:center
}



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

LeannaP
New Member
4 0 0

Hi Victor! Thanks for the info. Unfortunately this didn't change anything for me 😞 

gr_trading
Shopify Partner
2040 149 206

This is an accepted solution.

Hi @LeannaP 

 

Please following below steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file -> Save

 

.product-card-details {
    text-align: center !important;
    align-items: center;
    flex-flow: column wrap;
    display: flex;
}

 

hari1_prasad_0-1676792361486.png

 

Hope it will help...

For any custom development WhatsApp or connect at Email ID: support@grtrading.in for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
PageFly-Victor
Shopify Partner
7865 1786 3131

You can give the URL and after that, I will give you the code again