Quote Originally Posted by Alex View Post
Try to use \A instead of <br/>

P.S. Refresh your browser cache after this changes.
Hi Alex, I tried it :

.categories .sub_categories > span:not(:last-child) {
padding: 0 0 2px 0;
display: inline-block;
}
.categories .sub_categories > span:not(:last-of-type):after {
content: '\A';
padding-right: 5px;
}
.other_categories_tmp > div > span {
padding: 0 0 2px 0;
display: block;
}
Still nothing happened. hu hu