• Hi,

    I’m currently working on a theme for: https://missjennifer.net/srini/ and I can’t seem to remove the pixel gap below the top navigation … as you can see, the divider line goes well beyond the length of the button link. If you look at the blue ‘home’ link, it looks shorter then the others if that makes sense!

    Any idea on how I may fix this? I’ve been fiddling with it all morning, but to no avail …

    Thanks so much,
    Jennifer

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jennifer420

    (@jennifer420)

    Sorry, attaching css for the navigation …

    /* Navigation */
    #nav {
    	clear: both;
    	padding: 0;
    
    }
    #nav ul {
    	float: left;
    	list-style: none;
    	background: #c4c9a9 url(images/nav.gif) repeat-x;
    	width: 891px;
    	padding: 0;	margin: 0px;
    	height: 30px;
    	display: inline;
    	text-transform: uppercase;
    
    }
    #nav ul li {
    	display: inline;
    	margin: 0; padding: 0;
    }
    #nav ul li a {
    	display: block;
    	float: left;
    	width: auto;
    	margin: 0;
    	padding: 0 15px;
    	border-right: 1px solid #4b5b14;
    
    	color: #000000;
    	font: bold 12px/33px "Arial", "Trebuchet MS", Helvetica, Geneva, sans-serif;
    	text-transform: uppercase;
    	text-decoration: none;
    	letter-spacing: 1px;
    }
    #nav ul li a:hover,
    #nav ul li a:active {
    	color: #000000;
    }
    #nav ul li#current a {
    	background: #c4c9a9 url(images/navhover.gif) repeat-x;
    }
    
    #nav ul li.current_page_item a {
    	background: #c4c9a9 url(images/navhover.gif) repeat-x;
    }
    Thread Starter jennifer420

    (@jennifer420)

    Hi Samboll,

    Thank you … fixed the error, i now passes – but still isn’t fixing the navigation problem ~`

    Any suggestions?

    Thread Starter jennifer420

    (@jennifer420)

    Yikes, it’s a fine mess now actually … all my content in the center has shifted! Lol

    Thread Starter jennifer420

    (@jennifer420)

    Slowly but gradually cleaning this up … but I still can’t manage to fix the issue with the navigation. Any suggestions would be appreciated, thank you `

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gap below navigation’ is closed to new replies.