This topic has 6 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Rose Tyler
Hi,
I’ve noticed our upsells/cross sells and sales booster sales popup doesn’t display the title of the product fully, is it possible to have these on two lines or adjust the size for it to fit?
Screenshots in private content area
Hello,
Please provide URL of your site.
Regards
Please see private content
Try to use the next custom CSS code:
.sidebar-slider .product-title a {
overflow: unset;
white-space: normal;
}
Regards
Perfect, this work great. Is the a way to do this will the sales booster (fake sales) too?
#sales-booster-popup .heading {
overflow: unset;
white-space: normal;
}
Regards
Tagged: cross-sell, persuasive, sales booster, templates, upsell, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up