Viewing 3 replies - 1 through 3 (of 3 total)
  • Not seeing the problem in any browser.

    Thread Starter notxap

    (@notxap)

    The bullets in the list of plugins is aligned with the bottom of the text not the middle like in the navigation menu.

    Thread Starter notxap

    (@notxap)

    Got it, found the answer here in style.css changed the number at the end of the line starting “background” from 11px to 7xp

    ‘p.clear {
    padding:10px 0 0 0;
    }
    .list-3 ul {
    display:block;
    padding:0;
    margin:0;
    list-style:none;
    }
    .list-3 ul li {
    display:block;
    padding:0 0 0 40px;
    background:url(img/raquo.gif) 25px 7px no-repeat;
    margin:0;
    list-style:none;
    position:relative;’

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

The topic ‘Bullet Alignment’ is closed to new replies.