
I have nearly 150 categories and I have just started to add description to them (yeah I know slack!!) but we have a problem with the description pushing the sub category pictures right off the page (see image) in firefox 8.0 its Ok with IE9.0 and Chrome. I have read just about every post about category description but I cannot see anyone else having this issue. Any bright ideas? I don't think I can add cat descriptions until we work this out.
Custom theme Mango

Attachments
Capture.JPG (130.8 KiB) Viewed 876 times
Hi,
We meet again.
catalog/view/theme/mango/stylesheet/stylesheet_skin4.css
after line 1384 .product-filter {
add this
clear: both;
I think it is about time you buy one of my extentions
Might i suggest
Take controll of your related products ( VQMOD )
or maybe
Take full controll of your | Special | Bestseller | Popular | Latest | modules
Regards Werner
We meet again.
catalog/view/theme/mango/stylesheet/stylesheet_skin4.css
after line 1384 .product-filter {
add this
clear: both;
I think it is about time you buy one of my extentions

Might i suggest
Take controll of your related products ( VQMOD )
or maybe
Take full controll of your | Special | Bestseller | Popular | Latest | modules
Regards Werner
I think I may have fixed it? I removed the line: overflow: auto; from catalog/view/theme/mango/stylesheet/stylesheet_skin4.css
}
/* box products */
.box-product {
width: 100%;
overflow: auto;
Seems ok will that do any damage elsewhere?
I DO like those new extensions Werner! will have a good look after Christmas when thing quiet down a bit.
}
/* box products */
.box-product {
width: 100%;
overflow: auto;
Seems ok will that do any damage elsewhere?
I DO like those new extensions Werner! will have a good look after Christmas when thing quiet down a bit.
Last edited by Ozfarmer on Wed Dec 14, 2011 10:51 am, edited 1 time in total.
Look at this page
http://www.ozfarmer.com/food-preserving ... s-and-caps
and now remove the
clear:both;
I think you have more than one issue and this one is fixed
Post a link and add description.
http://www.ozfarmer.com/food-preserving ... s-and-caps
and now remove the
clear:both;
I think you have more than one issue and this one is fixed

Post a link and add description.
I do not think you should touch a class called box-product this will be used in more places.
You removed overflow: auto; means scrollbars will appear when needed.
By removing this browsers should default back to visible if they do not inherit auto from somewhere else, now it becomes interesting ie7 and before don't inherit.
To keep a long story not very long
You have two classes attached to this container to prevent any troubles it would be safer to use the other class it looks like it doesn't have any styles.
<div class="box-product box-subcat">
add this to your stylesheet and put the overflow:auto; back
You removed overflow: auto; means scrollbars will appear when needed.
By removing this browsers should default back to visible if they do not inherit auto from somewhere else, now it becomes interesting ie7 and before don't inherit.
To keep a long story not very long

You have two classes attached to this container to prevent any troubles it would be safer to use the other class it looks like it doesn't have any styles.
<div class="box-product box-subcat">
add this to your stylesheet and put the overflow:auto; back
Code: Select all
.box-subcat {
overflow:visible !important;
}
Thanks Werner,well..that nearly of worked. Fixed FF. Chome and IE 9.0 are fine but you were right about I.E 7 it is screwed up a bit.
http://www.ozfarmer.com/food-preserving ... ioli-rocco
http://www.ozfarmer.com/food-preserving ... ioli-rocco
Attachments
Capture.JPG (30.12 KiB) Viewed 856 times
Im on mobile maybe i have time tommorow but cannot make any promises i have alot of work to do before friday or i will have some disapointed customers.
If all goes well ill try to look at your issue in more detail tommorow.
Regards Werner
If all goes well ill try to look at your issue in more detail tommorow.
Regards Werner
Who is online
Users browsing this forum: No registered users and 8 guests