Viewing 2 replies - 1 through 2 (of 2 total)
  • vrazer

    (@vrazer)

    Unfortunately there is not a non-techy answer to this. The short answer is that you’re going to have to edit some CSS. If you’re not sure how to do that, you’ll need to hire someone to help you out.

    If you want to give it a shot yourself, you might try editing your site theme’s style.css file and adding something like this to the end of it.

    ul {padding-left: 17px;}

    You might have to mess with that 17 number to nudge the bullets over to the extent that you want them, but that’s a way to push them over. If you’re trying to limit the change to just certain bullets on the site, then you’ll need something more specific than that.

    webbrewers

    (@webbrewers)

    The crayon answer is add a left margin to your theme’s stylesheet (appearance ? editor ? style.css):
    ul{margin-left:20px;}
    Since ul’s indent by default though, I’m guessing there’s something in your stylesheet(s) already that is changing that behavior. So you may want to ask the theme creator.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet Points NOT indenting’ is closed to new replies.