Home Forums WoodMart support forum Modify the single product layout?

Modify the single product layout?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #717369

    springorchid2008
    Participant

    HI,
    I am trying to modify the single product layout as attached, wondering if woodmart can help to achieve the following:
    1. move the size guide be close to the size attribute location?
    2. narrow the gap between each tab.
    3. Hidden the review input form, instead of the button”leave your review”, click to show up the form

    Looking forward to your kindly early reply
    Best regards
    Cathy

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Navigate to Layouts > Edit Single Product Layout > Look for the “Size Guide” widget and drag and drop that widget where you want to place.

    02. Try to add the following Custom CSS code in Theme Settings > Custom CSS:

    .single-product .wd-accordion {
        --wd-accordion-spacing: 10px;   /* smaller padding on title and bottom */
        --wd-row-gap: 2px;              /* less gap between items */
    }

    03. Navigate to Theme Settings > Single Product > Reviews and check the available option.

    Please check this manual: https://xtemos.com/docs-topic/product-reviews/

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)