Archived topic
Overflow In Woocommerce Single Product Summary Issue
3 replies · Started by Roberto Enrique on November 17, 2021
The product summary div in the product page is set up to be overflow:hidden.
Unfortunately, it is also "hiding" some tooltips for a variation swatches plugin I'm using.

I tried to override the overflow but then the product meta separator becomes super wide :-(


I tried with z-index, but you know, it can't work.
Any help is greatly appreciated.
Thanks in advance as always.
Hi there,
How about adding this CSS after you set the summary tooverflow: initial?
.product_meta {
overflow: hidden;
}
Let me know :)
Thanks! Now is perrrfect.
You are welcome :)