Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25582

    Hi,

    I’ve noticed that in Enfold, if you align bulleted text to the center or right-hand side, the actual bullets remain aligned to the left of the page. It looks quite weird, even though this may be technically right to some people. Is there a way to get the bullet points to follow the alignment of the text?

    Thanks,

    Lea

    #127483

    Hi,

    This is the default behavior in all themes and html I believe.

    Please try this CSS. Add it to your /css/custom.css file OR to Quick CSS

    ol {
    float:right;
    }

    If it doesn’t work , please provide a url to where the problem can be seen.

    Thanks,

    Nick

    #127484

    It works. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Bullet Point Text Alignment’ is closed to new replies.