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:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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