Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #579034

    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:

    #580216

    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

    #586077

    Hallo Ismael,

    Thanks worked.

    Can we close the ticket.

    greeting

    Jessica

    #586101

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Größe anpassen oberhalb des Footer’ is closed to new replies.