[Resolved] WooCommerce alert messages width.

Home Forums Support [Resolved] WooCommerce alert messages width.

Home Forums Support WooCommerce alert messages width.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1330162
    _blank

    Hi There,

    Is it possible to control the width for WooCommerce alert messages? My container size is 1440px and using Elementor for product pages, boxed content is 1440px.
    I think it’s happened because i’ve setup an Elements (Generate Press) for Content (no sidebars) + Full Width (no padding). I’ve excluded all Product pages from this.

    Thanks

    #1330231
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .woocommerce-notices-wrapper {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
    #1434095
    _blank

    Hi

    Thanks that worked, sorry for late reply.
    Regards
    Scott

    #1434166
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.