Site logo

Archived topic

WooCommerce alert messages width.

3 replies · Started by _blank on June 16, 2020

Viewing posts 1–4 of 4

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

Hi there,

try this CSS:

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

Hi

Thanks that worked, sorry for late reply.
Regards
Scott

You're welcome

This archived topic is closed to new replies.