-
AuthorPosts
-
May 5, 2016 at 6:37 am #627629
Hi,
Is there any way to make a product grid in more them 5 columns?
In the settings I see only 5 maximum, but I need 6 (Thank you
May 5, 2016 at 12:50 pm #627764Hey comelen!
Please set it to display 3 and then post the link to your page.
Regards,
YigitMay 5, 2016 at 5:08 pm #627918I just changed the product grid and product slider to 3 columns both.
Please see the link in private content
May 6, 2016 at 2:13 pm #628286Hey!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your column element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .shop_columns_3 .products .product { width: 15.6%; } .your-custom-class .products .product.first { clear: none; }
Cheers!
YigitMay 6, 2016 at 10:04 pm #628486It doesn’t work… (( or may be its can’t see my custom css … but other styles from custom css work!
Please help (you can see the log in info in private content.
May 10, 2016 at 7:33 am #629664Hi,
We checked the page but we don’t see any custom css class attribute to the product grid element. What is the custom css class attribute? The following code should work but the selectors aren’t specific:
.flex_column.av_one_half.flex_column_div.av-zero-column-padding.first.avia-builder-el-25.el_before_av_one_half.avia-builder-el-first .template-shop .products li { width: 15.6% !important; clear: none !important; }
Add a custom css class attribute to the column containing product grid then replace the column selector above. This part:
.flex_column.av_one_half.flex_column_div.av-zero-column-padding.first.avia-builder-el-25.el_before_av_one_half.avia-builder-el-first
Best regards,
IsmaelMay 11, 2016 at 9:06 pm #630955thank you. the first code works after I applied the custom css to the column but not to the element.
Thanks. I appreciate
May 11, 2016 at 9:16 pm #630957the product grid is working, but how to do the same o the product slide?
May 12, 2016 at 5:03 pm #631465Actually it works for the slider also, but t shows only 3 products
May 13, 2016 at 9:08 am #631927Hi,
I’m sorry but you can’t do the same with the product slider because the other set of products are wrapped in a different container. This will require customization of the product slider script that you can’t override in a child theme. Please contact codeable if you want to do the same with the product slider: http://kriesi.at/contact/customization
Best regards,
IsmaelMay 15, 2016 at 3:09 am #632414thank you!
you may close this ticket now -
AuthorPosts
- The topic ‘Product grid in more them 5 columns’ is closed to new replies.