Hey Team,
Looking to move the tabs section on all desktop product pages (not mobile) from where it is currently to under the add to cart button (see attached images).
Any help on this would be greatly appreciated!
URL: https://ap-perform.com/products/dynaflow%E2%84%A2-recovery-boots
Hi @Nato0201
You can check in your Online Store > Themes > Customize > Products > Default product and check if there is an option to set the tab below the Add to Cart button. If it does not have the option, then you will need to edit the code of your template to do that.
Best regards,
Dan from Ryivu
Hello @Nato0201
To reposition the tabs section within your product information, follow these steps:
-
Modify the Liquid Code:
- Open the relevant Liquid file where your product template is defined (e.g., product.liquid).
- Locate the current code for the tabs section.
- Cut or copy the tabs section code.
-
Add a Block in the Product Information Section:
- Find the section of the Liquid file where your product information is displayed.
- Paste the tabs section code into the desired location within the product information section.
- Ensure the HTML structure and CSS classes are properly aligned to maintain the design and functionality.
-
Save and Preview:
- Save the changes to the Liquid file.
- Preview the product page to verify that the tabs section is now correctly positioned within the product information section.
By following these steps, you can successfully move the tabs section to a new location within the product information area of your template.
Thanks so much! could you send specific instructions?
We need to check your theme file. If possible, please give me access to check your theme file so I can provide a better solution for this.