• giffmex

    (@giffmex)


    Hi all,

    My site is http://www.giffmex.org/blog/ and I can’t get the items in the ‘recent posts’ menu to be as wide as the title “Recent posts”. They are way over to the right. Can anyone give me pointers as to what to change? You probably need to know that I adusted the wrap to 950px from 860px, and left the left column at 500px, which forced me to lower the right-column to 375px. If you email me at [email protected], I can copy and paste you my stylesheet. Thanks in advance for your help,

    Dave Gifford

Viewing 2 replies - 1 through 2 (of 2 total)
  • jrav001

    (@jrav001)

    Change the ul, near line 28 of your style.css to:

    ul {
        -moz-padding-start: 0;
        list-style: square outside none;
        margin: 0 0 0 0;
    }

    Thread Starter giffmex

    (@giffmex)

    Thank you jrav! That’s just what I needed!

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

The topic ‘Right-menu CSS problem’ is closed to new replies.