Home › Forums › WoodMart support forum › Product Size
Product Size
- This topic has 7 replies, 2 voices, and was last updated 8 months, 2 weeks ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
March 20, 2024 at 1:16 pm #550662
shwetaParticipantHello Team,
I want to align the size 35 with ‘SIZE’ on the left, and similarly size ’41’ with ‘SIZE CHART’ on the right? Please find the refer screenshot below.
Best
Attachments:
You must be logged in to view attached files.March 20, 2024 at 4:04 pm #550741
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > CSS for desktop section:
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { left: 70px; position: relative; } .wd-single-action-btn .wd-action-btn.wd-style-text>a { right: 70px !important; position: relative; }
Best Regards.
March 20, 2024 at 4:32 pm #550761
shwetaParticipantHello,
Thanks for sharing the code, but the size and variation show left right padding instead of full width.
for the better understating please find the screenshot attached
Attachments:
You must be logged in to view attached files.March 21, 2024 at 12:00 pm #551019
Aizaz Imtiaz AwanKeymasterHello,
Maybe You are using the custom layout of the theme for a single product page. Navigate to layout > Edit Single Product Layout with wp bakery and customize the layout as per your requirements.
Best Regards.
March 22, 2024 at 8:37 am #551297
shwetaParticipantYes i have already customize the layout i have already set full width element but the layout not show not full can you can from your side i have share the wp login detail in private content section.
March 22, 2024 at 2:30 pm #551450
Aizaz Imtiaz AwanKeymasterHello,
The width of the variation table is already full-width, when you will add more variations then it will auto-adjust the width according to the number of variations: https://ibb.co/4gfmx8m
Best Regards.
March 27, 2024 at 8:35 am #552572
shwetaParticipantHello,
Thank you for providing the code. I would like to inquire if it’s possible for the width in this section to adjust automatically when we add variations of 3 or 5, rather than it not auto-adjusting the width according to the number of variations.
best
March 27, 2024 at 11:50 am #552685
Aizaz Imtiaz AwanKeymasterHello,
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > CSS for desktop section and change value as per your requirements.
.single-product, [class*="wd-swatches"].wd-size-xs { max-width: 80% !important; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register