Hello, this has probably been already answered in the forums but I couldn't find an answer.
I would like to know how to tell bakery to show only 2 columns of products when the user accesses the site using a mobile, but still use 3 or 4 columns when visiting on the desktop.
Thank you.
Hello again, I still haven't found a fix for this, could someone please tell me if it's possible?
Thank you!
Using a layout grid (Bootstrap/Zurb/etc..) in your website template will allow you to do this.
You just need to change the bakery product-loop to whatever your grid needs (and remove all table references)
One small problem is that Bakery hardcodes </tr><tr> on every "row" that is generated because it is expecting to be in a table.
If you change the output into grid <div></div> blocks, these </tr><tr> do not really hurt, but it is not valid html.
Thanks a lot Ruud, do you know of any site having implemented this?
Sent you a PM :)
Quote from: Ruud on September 28, 2016, 11:08:53 PM
Sent you a PM :)
Ah go on, share it with the rest of us!
(or send me the same PM?) :-)
Is it possible to PM me also Ruud?
Thanks in advance!
Ruud, can you sent me a PM to, thanks
Sorry, the example website has gone offline :(
Thanks Ruud :-(
(Y) (Y) (Y) (Y)
Quote from: svsanchez on September 23, 2016, 07:23:49 PM
Hello, this has probably been already answered in the forums but I couldn't find an answer.
I would like to know how to tell bakery to show only 2 columns of products when the user accesses the site using a mobile, but still use 3 or 4 columns when visiting on the desktop.
Thank you.