• hello, i know this is a change i need to make somewhere in the style.css code, but i can’t figure out how to fix the alignment of the bullets I have listed to move to the right and line up with the text of the rest of the page.

    http://www.mmatraininggear.net

    thanks for the help

Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t even see what you are talking about. Only bullets I see are lined up just fine right now.

    Thread Starter jdtate51

    (@jdtate51)

    hello randy, thanks for responding, however please look a little closer.

    The bullets are not lined up with the text, they are slightly to the left of the text. this is verified in both firefox and IE. I would attach a screenshot if i knew how.

    http://www.w3schools.com/css/css_list.asp

    alignment can be adjusted by adding/changing the left padding/margin of the ul style(s) in style.css of your theme.

    ohh you’re talking about the veritcal alignment, sorry duh.

    Just add this in your style sheet, play around with it if needed.

    ol, ul {
        padding-left: 15px;
    }

    note you should find the css selector ol, ul already in the sheet. just add in the padding.

    Thread Starter jdtate51

    (@jdtate51)

    Randy, you are the man. It worked beautifully. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘how to align bullets with text’ is closed to new replies.