Issue with add to cart sticky widget on single product page – not rendering properly.

This topic has 8 replies, 2 voices, and was last updated 2 months ago ago by Niddy

  • Avatar: Niddy
    Niddy
    Participant
    October 3, 2025 at 15:03

    Hi

    When using the Xstore theme and we have the sticky cart widget on the product page, how can we make it fill 100% and actually include the title?

    See private for images and more details.

    Thanks

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 6, 2025 at 08:39

    Hello @Niddy,

    Could you please try using the following custom CSS snippet:

    @media only screen and (min-width: 768px) and (max-width: 992px) {
    .elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .et_column:has(.sticky_product_title) {
        display: inline-flex;
        width: auto;
    }
    
    .elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .sticky_product_title {
        white-space: nowrap;
        overflow: hidden;
        max-width: 130px;
    }
    
    .elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .et_column {
        width: auto;
        flex: 1;
    }
        .elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .et-container {
            max-width: unset;
            width: 100%;
        }
    }

    Best regards,
    8Theme Team

    Avatar: Niddy
    Niddy
    Participant
    October 6, 2025 at 09:02

    Awesome thanks as always – this works fine however on a mobile we need it to stretch 100% on mobiles – any idea how to achieve this incorporating the above css as this works for tablets.

    Thanks again.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 6, 2025 at 09:06

    Hello @Niddy
    Please, clearify what elements you want to show on mobile and in what order and sizes ?
    Kind regards, Jack Richardson
    The 8theme’s team

    Avatar: Niddy
    Niddy
    Participant
    October 6, 2025 at 09:41

    Hi

    Thank you for fast reply. Please see private.

    Please contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 6, 2025 at 12:14

    Hello @Niddy
    Please, try to add next snippet:

    @media only screen and (max-width: 767px) {
    .elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .et_column {
        justify-content: space-between;
    }
    
    .elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .et_column .price {
        display: inline-flex;
        flex-direction: row;
    }
    }
    
    @media only screen and (max-width: 480px) {
        .elementor-widget-woocommerce-product-etheme_sticky_cart .etheme-sticky-cart .et_column .price {
            font-size: 14px;
        }
    }

    Kind regards, Jack Richardson
    The 8theme’s team

    Avatar: Niddy
    Niddy
    Participant
    October 6, 2025 at 13:44

    Perfect – thank you kindly 🙂

    Avatar: Niddy
    Niddy
    Participant
    October 6, 2025 at 13:44

    Thanks for the support! My topic “Issue with add to cart sticky widget on single product page – not rendering properly.” has been successfully resolved.

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

The issue related to '‘Issue with add to cart sticky widget on single product page – not rendering properly.’' has been successfully resolved, and the topic is now closed for further responses

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