Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter vorton

    (@vorton)

    I managed to get the margin, by editing the layout.css, but I′m still trying to find where I can adjust the padding from the list items of the sidebar (second picture in the above post).

    Thread Starter vorton

    (@vorton)

    Double post. Sorry.

    Thread Starter vorton

    (@vorton)

    Could anyone help? ??

    I don’t have the Blix theme, but to get rid of margins and padding in list items, you just need to find your LI tags in the CSS that correspod to the ones you want to change, and simply remove the padding. (padding:0;) That’s it.

    Vorton, I’m an idiot, but what did you excise from the css file to remove the bullets? I, too, want to be bullet free and tightly spaced…

    to get rid of bullets, you need to put in either

    ul { list-style:none;}

    or

    li { list-style:none;}

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blix Theme – Sidebar Margin/Padding Question’ is closed to new replies.