I really like that on desktop scaling the layout is scaling 1:1
What the original responsive_classic cannot do.
I really like that on desktop scaling the layout is scaling 1:1
What the original responsive_classic cannot do.
I am having issue with product listings. It displays 3 items per row but it is really small ( see screenshot) It can also been seen here: https://www.royal-fleur.com/belveder...index&cPath=25
No mods to the templates except for the full width template and hamburger on the right.
I am using ZC. 2.1 with checkout one page and Image handler.
How can I get the images and product listing "bigger"?
Thank you
![]()
Something change on your template. For some reason you now have a width of 32.5% on centerBoxContentsProducts centeredContent back gridlayout. That is why you are having issue with the size. To troubleshoot lets try putting the category template back to its original settings. Then you can just change the size in the backend or css. See if that changes anything. Let me know if that works if not I will do a quick troubleshoot for you and have a quick resolution. This should not be difficult to solve.
One more thing I noticed you have size on a lot of your images. For example you have the banner spring collection has a width of 930px. Take the width off to fix the pixelation and fix the responsiveness.
ps: I like what your doing so far. Keep it going.
I saw the "32.5%" but I can't find where or what it is specifying it.
I cloned your template before doing any changes to it. Even if I switch to the responsive classic template, I am getting the same display issue.
I also uploaded the original tpl_index_category and tpl_index_product_listing but no luck.
No idea where I could have mess things up somehow.
Thank you for your assistance on this.
Nick,
I just took another look at your issue. Was a little busier earlier in the day,
You made some changes to in the file path below which caused a conflict with the template.
This will solve your issue. From here you can change the size of the category image in the backend.
path:\includes\modules\responsive_classic\category_row.php
line 82
Find
Replace withCode:$style = ''; if ($category_row_layout_style === 'columns') { $style = ' style="width:' . $col_width . '%;"'; }
Code:$style = ''; if ($category_row_layout_style === 'columns') { $style = ' style=""'; }
Last edited by chadlly2003; 19 Aug 2025 at 01:03 AM.
Not sure about the other images but the one you referenced "Spring Collection" is not a technically a banner but an image inserted in the category description. These descriptions are stored in mysql.
I am working on updating an old site from 1.5.6 to 2.1.0 so there is a lot to fix. The ZC and template files are new but the database is an updated version of the old site.
I could set these width and height to auto. Would it help with the pixelation?
Thank you again for the help
I checked both files in \includes\modules\responsive_classic\category_row.php and \includes\modules\Belvedere\category_row.php and they both seems to have the correct code around line 82.
However, I checked the file in \includes\modules\category_row.php and made the change there in case the overrides would not work.
Unfortunately, I am still having issue with the display for the products. Maybe it is a setting in my store backend. I will try with a fresh install of the templates and ZC and see if it does the same thing.
hmm it something you changed. Could be a setting in the backend you changed or a piece of code taken out. Let me know what happens after your install.