Hi,
Is there any way to have up selling products as;
Photo at top, description and price at bottom. My products have text on them and text is not visible side by side.
This topic has 5 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hi,
Is there any way to have up selling products as;
Photo at top, description and price at bottom. My products have text on them and text is not visible side by side.
please see the current look.
Hello,
If you just want to show full title add the below code to Theme Options > Custom CSS
.upsell-products li .product-title a {
white-space: normal;
}
If you want to show the image at the top, then full title and then price then use this code
.upsell-products li .product-title a {
white-space: normal;
}
.upsell-products .product-list-image {
float: none;
}
Regards
HI,
This did not work. It is possibly because that section. is populated from widget settings. There is no visible choice for design.
Hello,
.sidebar .widget_products li .product-title a {
white-space: normal;
}
or
.sidebar .widget_products li .product-title a {
white-space: normal;
}
.sidebar .widget_products .product-list-image {
float: none;
}
Regards
The issue related to '‘You may like it section on side bar’' has been successfully resolved, and the topic is now closed for further responses