Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Good morning guys,
When the customer sees the articles over the phone, I would like to show 2 items per line. whereas at the moment it is only possible to see 1. how can I do this?
Thank you and nice day
In the layout folder I modified the file /items_grid.php with the string you indicated. On the computer the items overlap and go beyond the margin of the template while on the phone nothing changes.
I noticed that in the layout folder, in addition to the file /items_grid.php there is also a file called /items_gridlist.php
Shouldn't we act on this second file?
Depend if you use grid or gridlist layout... It should be only hint. Classes "col-6 col-md-3" make 2 item in small devices and 4 items in medium and bigger devices... If it doesn't work, there can be another framework in use, not bootstrap 5. Or another issiue in css...