Hi !
In a other post (http://www.kriesi.at/support/topic/replacing-category-thumbnail-by-a-full-width-image?replies=1#post-81370)
Devin gave me the code to add into the custom css to affect only the sidebar into category overview pages:
My website: http://vestiges.ca/?product_cat=bijoux
The code:
#top.tax-product_cat .sidebar {
float: left;
margin-bottom: 23px;
overflow: hidden;
padding: 14px;
position: relative;
top: -222px;
width: 179px;
}
But when I create child page (by making a new product category with a parent specified),
the css does not work in these child pages:
http://vestiges.ca/?product_cat=pendentifs
Is there a trick to the css applies across all products pages (and child) but not elsewhere on the website ?














