• Resolved schtoster

    (@schtoster)


    Hi,

    I’m using the beautiful Arclite theme and it works very well. I’ve just one display bug with bullets when I have a list on a img side.

    You’ll see on this article that the bullets at the right of the img is “into” the border, but there is no problem with the bullets which are under the img :
    https://noticeofexception.free.fr/blog/?p=211

    Do you know what I have to change in the CSS to correct this point ? I’ve looked for the solution a long time before asking you…

    Thank you a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • That depends on whether you’d like the bullets to stick out of the text to the left or not. Adding a margin-right: 3em to the style attribute of the div with class="wp-caption alignleft" would be one solution.

    another one is to add this css in the theme settings:

    ul, ul li{
     list-style-position: inside;
    }

    default is “outside” to make list items align nicely if they take more than one row…

    Thread Starter schtoster

    (@schtoster)

    Hi,
    I tried this solution :

    ul, ul li{
     list-style-position: inside;
    }

    And it works. Thank you both a lot !
    Have a good day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullet on img side, Arclite Theme’ is closed to new replies.