Thank you very much for the detailed information Black Belt. I have followed your instructions to the letter and it is now looking great. :clap:
Just have to sort my Ultimate Fade In Slide show problem in IE now or take it out completely and try something else. Can you recommend a simple to use slide show please? Or maybe do you know a fix to get it aligned in the center in some versions of IE. Im using IE9 and it certainly doesnt work in that.
gjh42:
You still have this demo rule in your stylesheet_categories_dressing.css:```
/example for custom category group styling/
ul#catGroup48 {
border: none;
background: none;
position: relative;
left: -1.3em;
width: 200px;
top: 0.2em;
}
> Delete it, and if you want the categories to start farther to the left than other sidebox links, add a rule like```
#categoriesContent {margin-left: -21px; width: 200px;}
Also delete these rules:
#catGroup45 {
left: -21px;
position: relative;
top: 8px;
}
.catLinks {
left: -21px;
position: relative;
}
The 0.4em bottom margin in this rule is what gives the space below Deluxe Toy Dolls; change it to 0 to eliminate the extra space.```
#categories ul {/top category lists/
list-style: none;
background: none;
border: none;
margin: 0 0 0.4em 0;
padding: 0;
}