Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Grid View on Tablet (Landscape)


Guest

Recommended Posts

When testing out the site, I noticed that when on a tablet the layout displays 2 across per row for New Products and Also Purchased. 

 

Products_listing generates a 3 across per row (which I prefer)

 

Was there a reason for this? 

 

Very simple modification to make consistent:

 

includes/modules/also_purchased_products.php

        $also_pur_prods_content .= '<div class="col-sm-6 col-md-4">';
to
        $also_pur_prods_content .= '<div class="col-sm-4 col-md-4">';

includes/modules/new_products.php

      $new_prods_content .= '<div class="col-sm-6 col-md-4">';
to
      $new_prods_content .= '<div class="col-sm-4 col-md-4">';
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...