Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TweetNSleep.com

    (@tweetnsleepcom)

    There must be a simple fix to this.

    Rick

    edit style.css of your theme; find:

    #nav {
            width:960px;
            background: #660000 url(images/zekenav.gif) center center no-repeat;
            min-height:40px; /*CHANGE HERE*/
            line-height:40px;
            margin: 0 auto;
            padding:1px 0 0;
            border-bottom:1px solid #fff;
    float:left; /*ADD THIS*/
            }

    and this:

    ul.nav {
    	font-size: 8pt;
            font-weight:bold;
            letter-spacing: 0px;
            min-height:40px; /*CHANGED HERE*/
            line-height:40px;
            float:left;
    	list-style: none;
    	padding: 0;
    	margin: 0;
            }

    (not widely tested)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Expanding Header to List Pages’ is closed to new replies.