Since the product widths are set inline in the HTML, they will take precedence over ordinary stylesheet rules. Add !important to get the stylesheet to take precedence:
Code:.centerBoxContentsProducts {
...
width:200px !important;
Printable View
Since the product widths are set inline in the HTML, they will take precedence over ordinary stylesheet rules. Add !important to get the stylesheet to take precedence:
Code:.centerBoxContentsProducts {
...
width:200px !important;
Ok, I had a good look and cant figure it out.
I am thinking that maybe a clash with the Flexible Product Listing add-on. I have looked at a few different ways to change the look of it and the below seems to work well and looks good.
Code:.centerBoxContentsProducts {
border: 0px solid #0a7376;
border-bottom:1px dashed #888888;
}
Put it in place of the other code and see what you think. It wont do what you were asking but will change the look to be a bit softer, which if im reading this right, it what your after.Code:#productListing {
border:1px solid #888888;
margin-top: 10px;
padding:3px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
All the best
DB
If you have Column Grid (either standard or the Flexible Product Listing version) in columns mode, you should not be seeing the table-cell elements in the listing's view source. That is a symptom of not having the mod's version of /includes/templates/your_template/templates/tpl_modules_product_listing.php in the correct place.
To be honest, i didnt even look at the source code, I just went straight to the css. I probably could have saved myself and the OP some time if looking in the right place.
Lesson learned :)
You would have to be familiar with the stock and Column Grid versions of the output to recognize the difference... and have worked with the product listing files to know what the difference meant.
Hi Dropbop
Thankyou for your help I would like something simular to what you suggest but would like all the products in their own boxes just with some space around them :smile:
Ghia : i have put the file in the includes/templates/zct adult and lingerie 16/modules folder and also tried includes/templates/default_template/templates but neither seem to work:frusty:
thanks
Marie
Look for /includes/templates/your_template/templates/tpl_modules_product_listing.php. Is it in the correct location? Does it look the same as the copy in the Flexible Product Listing / Column Grid package?
the path that its in doesnt have another templates folder
includes/templates/your_templates/templates/tpl_modules_product_listing.php
i have :
includes/templates/zct adult and lingerie 16/modules/tpl_modules_product_listing.php
Marie
There is no such thing as includes/templates/zct adult and lingerie 16/modules/ in any correct folder path. That file should be in
includes/templates/zct adult and lingerie 16/templates/
Hi, guys!
Anybody can tell how to remove it from my zencart ? I mean remove it , not only the files but also remove it from my SQL database. ( I only found the install sql file,column_layout_grid.sql)
I installed column_layout_grid_v_1_3_8 on 1.3.9h, it's looks great, but it is not full compatibility with IE browsers 6.
Thanks