This topic has 10 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
Hello!
I have used the shortcode for the categories grid (beta) on my website homepage, however the categories aren’t displaying in a row of 4 instead they are just 1 column one below each other.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hi Robert, I have attached the details for you.
Hello,
Try to use other element in Visual Composer editor (Woo Product Categories or 8theme Product categories). Also there are no any products added to your categories http://storage9.static.itmages.com/i/15/0907/h_1441643284_5963953_3669b00e5f.png . Mark products with categories and check your page then.
Regards,
Eva Kemp.
Hi Robert, why can’t I use the one I am using at the moment? It all just needs to inline rather than all down one line, these feature has everything I need it just needs to be inline.
Can you not fix the issue?
Hello,
I’ve added this code in Global Custom CSS. Please check.
.woocommerce ul.wcmp-cat-grid.products li.product-category{
display: inline-block;
}
.sidebar-position-without .product-category{
width:33.1% !important;
}
.wcmp-product, .wpb_row .wpb_column .wpb_wrapper .wcmp-product{
margin: auto;
}
Regards,
Robert Hall.
Thank you! Much better 🙂 Is it possible to have 4 products per row?
I’ve changed the code a little. Please check it now.
Regards,
Robert Hall.
That’s great thank you! Can we make the gap at the bottom of the category section smaller, as there is quite a large gap between the category grid and the project services?
Try to use the following code in Global Custom CSS.
.page-content .wpb_row{
margin-bottom: 0px;
}
Regards,
Robert Hall.
Tagged: categories, customizable, grid, responsive, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up