Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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

    #627764

    Hey comelen!

    Please set it to display 3 and then post the link to your page.

    Regards,
    Yigit

    #627918

    I just changed the product grid and product slider to 3 columns both.

    Please see the link in private content

    #628286

    Hey!

    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!
    Yigit

    #628486

    It 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.

    #629664

    Hi,

    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,
    Ismael

    #630955

    thank you. the first code works after I applied the custom css to the column but not to the element.

    Thanks. I appreciate

    #630957

    the product grid is working, but how to do the same o the product slide?

    #631465

    Actually it works for the slider also, but t shows only 3 products

    #631927

    Hi,

    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,
    Ismael

    #632414

    thank you!
    you may close this ticket now

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Product grid in more them 5 columns’ is closed to new replies.