Jump to content

[SOLVED] More products per row


Peter.31

Recommended Posts

it is related to the THEME you use. Just check if there are some editing tools about it. For example, several themes use ELEMENTOR that allows you to edit any page as you prefer.

It should be easy to do and, if editing css is needed just because there is no other solution, ask for edited css to the company that made the THEME...so you will never have any problem when updateing prestashop or the THEME

Regards

Fabrizio

Link to comment
Share on other sites

I edited the non-tracking code in the front.js file.                           

                            320: { items: 1, slideBy: 1 },
                            330: { items: 2, slideBy: 1 },
                            400: { items: 2, slideBy: 1 },
                            480: { items: 2, slideBy: 1 },
                            650: { items: 3, slideBy: 1 },
                            767: { items: 4, slideBy: 1 },
                            768: { items: 4, slideBy: 1 },
                            992: { items: 4, slideBy: 1 },
                            1023: { items: 5, slideBy: 1 },
                            1024: { items: 5, slideBy: 1 },
                            1200: { items: 5, slideBy: 1 },
                            1350: { items: 5, slideBy: 1 },
                            1660: { items: 5, slideBy: 1 },
                            1800: { items: 5, slideBy: 1 }

Link to comment
Share on other sites

  • Peter.31 changed the title to [SOLVED] More products per row

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...