Okay
  Public Ticket #339375
Woocommerce sale bubble
Closed

Comments

  • Calin started the conversation

    Hi,

    The sales bubble on woocommerce, does not stretch to fit the text. Example here > http://creartiv3.eu/shop/ (I've translated my site to romanian)

    Is this a theme css problem? Please let me know how i can fix this.

    Thanks.

  •  8,470
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale {
        width: auto !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Calin replied

    Cool. Thanks!

    Will this fix be included in the future upate?

  •  997
    ThemeNectar replied

    Hey - yes, i've noted it :)

  • Calin replied

    Hey,

    I've added the code and the badge/bubble on the shop page is displayed correctly but on the product page, the problem isn't solved; the bubble does not stretch to fit the text.

  •  8,470
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .woocommerce-page .single-product-main-image .onsale {
        width: auto !important;
    }
    Thanks 


    ThemeNectar Support Team 

  • Calin replied

    It works fine now. Thanks. I can delete this code on the next update, right? The fix will be included?

  •  997
    ThemeNectar replied

    Yes, that's correct :)

  • Calin replied

    cool. thanks. any idea when will the next update be released?

  •  8,470
    Tahir replied

    It should be out by the end of this week . 

    Best,

    -T


    ThemeNectar Support Team