• I am trying to use the theme Pixelate on my site. While trying it on my test site, I realised that it does not show the top page navigation bar.

    Tried contacting the author but no reply 🙁

    Can anyone help me with it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Michael Torbert

    (@hallsofmontezuma)

    WordPress Virtuoso

    It’s a CSS issue. Your container div is on top of your nav div.

    #container {
    	width: 916px;
    	float: left;
    	background: #FFFFFF url(images/curve.gif) no-repeat top;
    	padding: 10px;
    	position: relative;
    }

    You also may want to consider clearing the float. I’m not sure why you have this div with a left float in this case.

    Thread Starter cooffee

    (@cooffee)

    Thanks for that!

    ummm…… I don’t quite understand the code language so can you help me simplify it?

    What am I supposed to do? Swap the container with nav or delete it completely?

    Thread Starter cooffee

    (@cooffee)

    I tried getting rid of that whole “container” chunk but it distorts my page color and the first post

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page navigation bar not seen.’ is closed to new replies.