Myweblogin Knowledge Base

Display a different number of products across on the homepage

If your website has a side menu on all pages EXCEPT the homepage, you may want to display a different number of products on the homepage.

In this code snippet example, your website would normally have four products across:

col-md-4

and this is changed to three across:

col-md-3

You would insert this in the section template for the homepage or other page you want it to apply.

Added: 2025-4-03 and last modified: 2025-4-03

Code Snippet

Related Topics