Archived topic
Woocommerce Message breaks with Flexbox (GP3.0)
5 replies · Started by Ferenc on October 6, 2020
Hi! I have 2 different sites where the new flexbox system breaks the WooCommerce messages (for example the "add to cart" message). I have Elementor Pro builder in both sites. I did CSS regenerate and cleared cache too, but it didnt solve the problem.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Hi, you can see it on this page:
https://wendor.hu/vault/noblechairs-icon-fekete/
The added to cart messege pops up in the left side, pushing the body to the right.
Hi there,
Elementor can be a pain - it should be responsible for hooking in Woo notices on their own templates.... but anyhow, try this CSS:
.elementor-template-full-width .site-content {
display: block;
}
Hi! Thanks for the help, it solved the problem.
You're welcome