• I’ve spent all morning trying to figure out how to control the indentation on this TOC. Would you please help?

    This is the CSS I am currently using:

    /********************************************************************************
    *** TABLE OF CONTENTS ***
    ********************************************************************************/

    .lwptoc_header { font-family: vollkorn, serif; font-size: 47px; text-shadow: 4px 4px 4px #aaa; }
    .lwptoc_item { font-size: 26px; }
    .lwptoc_item_number { color: #333333; }
    .lwptoc_item a:link { color: blue; text-decoration:none; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }
    .lwptoc_item a:visited { color: red; text-decoration:none; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }
    .lwptoc_item a:hover { color: blue; text-decoration:underline; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }
    .lwptoc_item a:active { color: blue; text-decoration:none; font-family: ‘Special Elite’; font-weight: normal; text-shadow: 2px 2px 2px #aaa; }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Jane Doe

    (@dehaven)

    I guess I should have been a little bit more specific. I would like to be able to control the second, third, fourth level etc indentation so that the numbers align to the start of the text at the previous level.

    1 Level One
       1.1 Level Two
    2 Level One
       2.1 Level Two
       2.2 Level Two
              2.2.1 Level Three
    3 Level One

    • This reply was modified 5 years, 6 months ago by Jane Doe.
    • This reply was modified 5 years, 6 months ago by Jane Doe.
    • This reply was modified 5 years, 6 months ago by Jane Doe.
    • This reply was modified 5 years, 6 months ago by Jane Doe.
    • This reply was modified 5 years, 6 months ago by Jane Doe.
    • This reply was modified 5 years, 6 months ago by Jane Doe.
Viewing 1 replies (of 1 total)

The topic ‘Incorrect Indentation’ is closed to new replies.