Jump to content

[Resolved] Minimaliser More products per row


Recommended Posts

The desktop view should default to 4 products per row, are you viewing on a tablet? If so these changes will not have any affectas the number of products per row changes depending on the screen width.

To change the desktop layout to 6 products per row change in file
skins/minimaliser/templates/content.homepage.php


<ul class="small-block-grid-1 medium-block-grid-3 large-block-grid-4" data-equalizer>
to
<ul class="small-block-grid-1 medium-block-grid-3 large-block-grid-6" data-equalizer>

if you want to add extra products per row to a tablet screen size change the medium-block-grid-3 to medium-block-grid-4 hich will give 4 products per row.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...