To align center text in Product Page with Full Layout.
You can use this code to Custom CSS box.
div.pdp-desc * { text-align: center !important; } nav.ProductItem-nav { justify-content: center; }
Result