Home Forums WoodMart support forum Set Single Product Page Layout

Set Single Product Page Layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #556131

    cesar_teoria
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.
    #556228

    Artem Temos
    Keymaster

    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

    #556388

    cesar_teoria
    Participant

    Hello,

    https://dev.pergaminho.design/produto/aquecedor-manual/

    Here’s an example. But it’s happening in a lot of products.

    #556420

    Artem Temos
    Keymaster

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)