Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you sure it’s nothing to do with the “text-align: center;” style in your Custom CSS?

    Thread Starter KathyDavie

    (@kathydavie)

    Gee, I dunno…

    Here’s a bit of my custom html

    html,
    body,
    header,
    ul,
    ol,
    #content{
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center; /* copes with IE 6 problems */
    }

    /* [if IE 6]>
    body{behavior: url(“csshover3.htc”);}
    <![endif] */
    body,
    table,
    td,
    th,
    ul,
    ol,
    li,
    p,
    dt,
    iframe,
    .bread,
    .caption
    .menuBox
    #toc,
    #content{
    font: 100.1%/1.5em Verdana, Arial, Helvetica, sans-serif;
    color: #004A3E /* green */;
    text-align: left;
    }

    Then as I get further into the actual details…

    ul,
    ol{
    padding-left: 2.25em;
    margin-left: 2.25em;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
    text-align: left;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP is centering body text lists, unordered and ordered’ is closed to new replies.