Set Single Product Page Layout
-
Hello,
1- I have some doubts regarding single product layout page. Below product images there is a section with two columns that has one column for product details and other for description. I want to change it for tabs, being one content visible and the other will appear after user clicks on tab’s name. Is it possible to do? How? (I’ve attached a image below to show the section i’d like to change)
2- sometimes, when scrolling, the product’s price doubles. Why this is happening?
Thanks in advance.
-
This topic was modified 1 year, 3 months ago by
cesar_teoria.
Attachments:
You must be
logged in to view attached files.
Hello,
1. You can customize this custom layout following our documentation here https://xtemos.com/docs-topic/single-product-page-builder/
2. Please send us a link to the page where we can see the issue.
Kind Regards
Hello,
https://dev.pergaminho.design/produto/aquecedor-manual/
Here’s an example. But it’s happening in a lot of products.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-sticky-spacer {
visibility: hidden;
opacity: 0;
}