Display vendor products
-
Hi,
I found this code in previous topic with same name:
“`add_action(‘woocommerce_after_single_product_summary’, function() {
echo esc_html(‘More products from this vendor:’);
dokan_get_more_products_from_seller( $seller_id = 0, $posts_per_page = 4 );
});`”I added that code and it works, however, I want to show 5 or 6 products but I want them to be centered in a page. As You can see on the page link I added to this topic, the products are in a row, but not centered: https://ibb.co/rwGMDWS
Is there a way to center it on the page, or to show 5 but with bigger gap between each product so I can play with it until they look centered ?
Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Display vendor products’ is closed to new replies.