[Resolved] Overflow In Woocommerce Single Product Summary Issue

Home Forums Support [Resolved] Overflow In Woocommerce Single Product Summary Issue

Home Forums Support Overflow In Woocommerce Single Product Summary Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2008401
    Roberto Enrique

    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

    #2008446
    Ying
    Staff
    Customer Support

    Hi there,

    How about adding this CSS after you set the summary tooverflow: initial?

    .product_meta {
        overflow: hidden;
    }

    Let me know πŸ™‚

    #2008847
    Roberto Enrique

    Thanks! Now is perrrfect.

    #2009861
    Ying
    Staff
    Customer Support

    You are welcome πŸ™‚

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