I want to center product information only on this product page on taste theme ?

Hello I want to put the product information in the middle of the page only on computer. You can see it on the red circle on the picture right below !

here is the link of my product page

https://www.five-pocket.com/products/pro-club-heavy-weight-t-shirt-white

Hey @imazele

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.
{% if product.handle contains 'pro-club-heavy-weight-t-shirt-white' %}
        
{% endif %}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed