• Is there a way to outdent a bulleted list so it starts at the left margin?

    I tried it using the bullet symbol (http://www.mygoforthegreen.com/), but I’ve used CTRL + enter to align the longer list content and I suspect that won’t hold up across all browsers.

    My technical level has me mostly at a content edit level on pages although I can do HTML with direction. Have never tried to tackle the CSS of our custom theme!

    Any suggestions most appreciated.

    Thanks, Linda

Viewing 1 replies (of 1 total)
  • You’ll need CSS to accomplish this. The basis is this:

    ul {
       list-style-position:outside;
    }

    but it will need to be tailored to your theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I outdent bulleted list?’ is closed to new replies.