Help! Unable to Close The Gap Between The Label-Value in Additional Information

This topic has 2 replies, 2 voices, and was last updated 30 minutes ago ago by Luca Rossi

  • Avatar: Ju En
    Ju En
    Participant
    November 21, 2024 at 11:22

    Hi there,

    We would like to close the gap between the label and value with the Additional Information Element used at Single Product Page. As illustrated in the attachment, instead of ML <----- large gap -----> 330, we need it to be 330ML.

    Looking high and low, we can’t seem to find the styling control for this element.

    Would appreciate for some assistance on this.

    Thank you.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    November 21, 2024 at 17:15

    Hi @Ju En,

    Please try adding this custom CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .elementor-widget-woocommerce-product-etheme_additional_information table.woocommerce-product-attributes.shop_attributes {
        width: auto;
        margin: 0;
        table-layout: fixed;
    }
    
    .elementor-widget-woocommerce-product-etheme_additional_information tr.woocommerce-product-attributes-item {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .elementor-widget-woocommerce-product-etheme_additional_information tr.woocommerce-product-attributes-item td,
    .elementor-widget-woocommerce-product-etheme_additional_information tr.woocommerce-product-attributes-item th{
        padding: 0 !important;
    }
    
    .elementor-widget-woocommerce-product-etheme_additional_information tr.woocommerce-product-attributes-item td p,
    .elementor-widget-woocommerce-product-etheme_additional_information tr.woocommerce-product-attributes-item th {
        line-height: 1;
        font-weight: bolder;
        font-size: 24px;
        color: #000;
    }
    

    https://prnt.sc/nh_CJWwDWeLd

    Best regards,
    8Theme’s Team.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.