Home Forums WoodMart support forum Product Size

Product Size

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #550662

    shweta
    Participant

    Hello 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.
    #550741

    Hello,

    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.

    #550761

    shweta
    Participant

    Hello,

    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.
    #551019

    Hello,

    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.

    #551297

    shweta
    Participant

    Yes 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.

    #551450

    Hello,

    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.

    #552572

    shweta
    Participant

    Hello,

    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

    #552685

    Hello,

    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.

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