Hallo,
auf der Single Product Page unten werden ” werden Ähnliche Produkte angezeigt” wir möchten die Höhe reduzieren, dazu brächten wir den CSS Code und die Bilder sollten die Größe erhalten wie Partner Logos. Ist das Möglich?
Für eine Hilfestellung vielen Dank.
Gruß
Jessica
Link anbei:
Hey MEXX!
Thank you for using Enfold.
You can adjust the columns and the number of related products with this in the functions.php file:
// adjust settings on init
add_action('init','wpse163434_init');
function wpse163434_init() {
global $avia_config;
$avia_config['shop_single_column'] = 3;
$avia_config['shop_single_column_items'] = 3;
return $avia_config;
}
Adjust the value as needed. Default value is 4.
Cheers!
Ismael
Hallo Ismael,
Thanks worked.
Can we close the ticket.
greeting
Jessica
Hey!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Cheers!
Andy