- This topic has 2 replies, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore display template displays with large gaps
I am using this shortcode:
[wp_eStore_category_products_fancy id=1 style=3 order=2 type=2]
However the output is rather erratic. See:
[http://www.jim-harvey.com/buy-prezi-templates/]
I have tried ordering with all the different options but still get an incomplete (in terms of layout) grid – all products are shown, but just with large random gaps.
Any suggestions on how I can get a tidy block?
Grab this custom css plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then add the following CSS to give a fixed height to the fancy 3 display template which will fix that issue:
.eStore-fancy3{
height: 250px;
}
You can play around with the height value to see what works best for you.
Thank you so much – what a nifty plug-in – works perfectly (and I kept the height at 250px).