Zeropoint is an interesting theme - but we are currently struggling with Bullet Points:
1) It seems the theme isn`t recognizing the different levels of bullet points when beeing created with FCKEditor
2) All bullet points are shown to far left - so they cross the lefthand border

Thanks
Max

CommentFileSizeAuthor
should_be.jpg38.9 KBsohomax
as_is.jpg37.54 KBsohomax

Comments

florian’s picture

I would like to have your URL, if possible.

fjcalzado@gmail.com’s picture

This is a common problem in many themes. You can solve it adding the following (or similar) to your .css:

ul, ol {
  margin-left: 1.5em;
}
dimon00’s picture

I'm having the same problem with 7.x
So far I solved placing:

ul, li {
  margin-left: 1.5em;
}

in my custom-style.css.

But I don't know if it is a good solution.

A url:
http://www.centrovolantini.it/node/39

florian’s picture

Status: Active » Closed (fixed)