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);
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
Hey Victoria,
thanks for helping!
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
Hi Victoria,
thank you very much, great support!
Regards dondela