debut theme product description not aligned to centre

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

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;
}
1 Like

Yes it works thank you so much!