Solved

debut theme product description not aligned to centre

Dom2306
Explorer
54 0 12

Dom2306_0-1635473451683.png

Hi one of my installment information used to be at the centre but somehow it got shifted. How should i centre it again. It happens to all my product now.
https://www.snooze-store.com/products/nike-dunk-high-syracuse

Accepted Solution (1)

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @Dom2306 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .grid  .grid__item .product-single__meta .grab_widget.l_widget .row {
     justify-content: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
}

 

View solution in original post

Replies 2 (2)

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @Dom2306 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .grid  .grid__item .product-single__meta .grab_widget.l_widget .row {
     justify-content: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
}

 

Dom2306
Explorer
54 0 12

Yes it works thank you so much!