Modify the single product layout?
-
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.
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