Site logo

Archived topic

Overflow In Woocommerce Single Product Summary Issue

3 replies · Started by Roberto Enrique on November 17, 2021

Viewing posts 1–4 of 4

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.

Entry Summary Overflow Hidden Issue

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

Overflow Override

I tried with z-index, but you know, it can't work.

Any help is greatly appreciated.

Thanks in advance as always.

You can see it in action here

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 :)

This archived topic is closed to new replies.