Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #878608

    Hi, the woocommerce sale bubble that should hover over the product page is taking the full width of the page and it just looks really bad.

    How can I fix this?

    #878631

    Hey DROR,
    Try this code in the General Styling > Quick CSS field:

    #top .main_color .onsale {
        max-width: 40px!important; 
    }

    Best regards,
    Mike

    #878650

    Hi Mike, that worked and made it smaller but it is not over the image, it is over the title. How can I make it appear over the image?

    #878652

    Hi,
    Please check if it has a setting to place it to the left, if not try this code:

    #top .single-product-main-image .onsale {
        right: 95%!important; 
    }

    Best regards,
    Mike

    #878656

    Thanks!

    #878668

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sale Bubble is full width and looks BAD’ is closed to new replies.