Support » Theme: Adventure Journal » Unordered list within ordered list.

  • Resolved jacnel@gmail.com

    (@jacnelgmailcom)


    I am trying to get an unordered list within ordered list but as soon as I post the page it appears as an ordered list within an ordered list. e.g.
    1. Milk
    2. Bread
    1. White
    2. Whole Grain
    3. Rye
    3. Coffee

    I want it to be
    1. Milk
    2. Bread
    * White
    * Whole Grain
    * Rye
    3. Coffee

    Please help! I think the css is overwriting the html code.

Viewing 1 replies (of 1 total)
  • Thread Starter jacnel@gmail.com

    (@jacnelgmailcom)

    never mind found a fix.
    I added this line
    ol li ul li {list-style:circle inside !important; }
    under
    ol { margin-bottom:1em; }
    ol li { list-style:decimal; }
    ol ol li { list-style:upper-alpha; }
    ol ol ol li { list-style:lower-roman; }

    Working great!

Viewing 1 replies (of 1 total)
  • The topic ‘Unordered list within ordered list.’ is closed to new replies.