Tagged: Shortcodes, Widget, woocommerce
When I try to add best sellers (using the woocommerce shortcode using [best_selling_products per_page=”5″] ) to a widget, I get a very thin slice showing up as seen in https://drive.google.com/file/d/0By78nqjeWXAYaHZKZzJUaWEyd1k/view?usp=sharing
Any ideas as to how I can make that shortcode show across the whole of the widget?
Many thanks
Hey nigdowser!
It’s still displaying in columns it looks like. Probably an easy CSS fix. Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
Excuse me if this a double post, but I can’t see the one I made earlier…
The page is http://thesixthsensesolution.com/trial-category-page/?product_order=price&product_sort=desc
Thanks. (Password given in private content)
Hi!
Try adding this to your custom CSS.
aside .products li {
width: 100% !important;
}
Best regards,
Elliott
Thanks. That certainly makes it take up the width. But it only shows one item like this. Is there something else I can do so that it lists, say, five items?
I was using a text widget with [best_selling_products per_page=”5″] to display this. Is there a better way?
Many thanks
Hey!
I would ask Woo Support about it, as they know their plugin best.
Let us know in a new ticket if you have some more questions or issues directly related to the theme.
Cheers!
Andy
Thanks. They’re not that responsive, but I’ll try. Otherwise, consider this closed.