Jump to content

On category page products listing shows 3 items on a row, is it possible to switch to 4?


stalenman

Recommended Posts

Prestashop 1.7.8.7

Theme: Wriztyclock Versie 1.0.0

URL to one of the category pages : https://www.bylolah.nl/16-men

 

On the category pages products listing shows 3 items on a row, is it possible to switch to 4?

I do not need the displayLeftColumn which is now active.

This is a team which I bought a long time ago and developer stopped with supporting this team so I hope  one of your experts will help me with solving this.

Best Regards,

Stalenman

Link to comment
Share on other sites

Shashok,

Many thanks for your help (all others also of course).

It works almost 😉

I made the changes:

Disable the left column via the hook displayLeftColumn

Implemented the changes you mentioned in, I assume, the files below

layout-left-column.tpl
Line 30:   <div id="content-wrapper" class="left-column col-xs-12 col-sm-12 col-md-12">

theme.css
#products .product-miniature {
    width: 25%;
    padding: 0 15px;
}

The result is: I have a now a full width product page and looks already a much better 👍, however still 3 products on a row.

For sure I did something wrong 😞

Would you please let me know what I did wrong and if I must made a change, please let me know in which file because this is not daily work for me 😉 

 

2024-01-18_15-25-13.png

  • Like 1
Link to comment
Share on other sites

Hi Sahok,

Of course I've tried this in Google 😁 for hours 😅but not find the solution which solve this issue and therefore I thought lets give it a try at this forum with the experts.

However I've added your code to the theme.css file but unfortunately 25% does not work, this must be 100%.

Thanks for your help !

 

Edited by stalenman (see edit history)
Link to comment
Share on other sites

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...