Quote Originally Posted by Berserker View Post
I tried adding padding, padding-left or padding-right to the li section but did not create any spaces. I also tried the margin but that resulted to the same thing.
Ok I got the spacing between tabs to work, but it only works with image tabs. Didn't seem to work for just colorized non-image tabs:

Add:
Code:
#slidetabsmenu a span {
  margin-right: .75em;
}
to the stylesheet_tpp.css file after the import line.