Site logo

Archived topic

Bullet points are seperated from text in IE 11

3 replies · Started by Alfred Beil on January 27, 2015

Viewing posts 1–4 of 4

Hi, got problems with how page is handled by different browsers.

http://barthconsulting.net/ueber-mich/

Firefox and Chrome show it correct, Internet Explorer 11 is separating bullet points from text and even placing them into the picture. Please advice....

Kind regards,
Alfred

Can you try using this CSS?

ul {
      list-style-position: inside;
}

Let me know if that works :)

Hi Tom,

it worked! I put it into styl.css - perfect result!

Thank you so much for your assistance!!

Warm regards,

Alfred

Glad I could help :)

This archived topic is closed to new replies.