Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1025840

    Dear support,
    the 4 related products don´t show-up in on row. They split in 2 rows. How can i avoid that?

    I used that code in the function.php:

    function avia_chance_wc_related_columns(){
    global $avia_config;
    $avia_config[‘shop_single_column’] = 4; // columns for related products and upsells
    $avia_config[‘shop_single_column_items’] = 4; // number of items for related products and upsells
    }
    add_action(‘wp_head’, ‘avia_chance_wc_related_columns’, 10);

    #1026400

    Hey dondela,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1026403

    Hey Victoria,
    thanks for helping!

    #1027063

    Hi dondela,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .product_column_4 .products .product {
        width: 24%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1027412

    Hi Victoria,
    thank you very much, great support!
    Regards dondela

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘related products woocommerce’ is closed to new replies.