Quote Originally Posted by gjh42 View Post
The indent is caused by one of your Template Monster stylesheets, stylesheet_boxes.css:
Code:
.box ul li {
border-bottom:1px solid #E9E9E9;
line-height:40px;
padding-left:18px;
}
To avoid changing your other sideboxes, add a new rule to your stylesheet_chcategories_dressing.css:
Code:
#chcategories ul li {/*category li containers*/ 
    margin: 0;
    padding: 0;
    }
I just tested this on your website and it works.
THANK YOU THANK YOU THANK YOU!!!

You have just saved my day

Now, for the very last thing, then i'm (hopefully) done with questions.

I would like to put an image (and hide the actual typing) in categories boxes. So instead of p.e. "Ženski čevlji->" would be an image. How to do that?

Thanks again