Home Forums Basel support forum How to display two items in related products in mobile view

How to display two items in related products in mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #74811

    I want to display two related products in mobile view.

    #74819

    Artem Temos
    Keymaster

    Hi,

    You can do this by editing a file basel/woocommerce/single-product/related.php (or copy it to the child theme folder) and add this code as shown on the screenshot http://prntscr.com/ko5muu

    'custom_sizes' => array(
    	'desktop' => 4,
    	'desktop_small' => 3,
    	'tablet' => 3,
    	'mobile' => 2
    )
Viewing 2 posts - 1 through 2 (of 2 total)