Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bloggingnewb

    (@bloggingnewb)

    bump, anyone know what is going on with my page????

    Thread Starter bloggingnewb

    (@bloggingnewb)

    help please!!!!!!!!!!!!!

    Thread Starter bloggingnewb

    (@bloggingnewb)

    Someone please help me out. i can’t figure out what is going on for the life of me.

    The html shows four links, even when only two or three are visible on the site, so this is a styling problem.

    Your style.css theme file contains this:

    #menu ul{
    	padding: 0;
    	margin: 0;
    	border: none;
    	width: 250px;
    	height: 35px;
    	overflow: hidden;
    }

    That sets the width of your navigation menu to 250px and hides anything that won’t fit. Try replacing width: 250px; with width: 862px;.

    – Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Please help one of my pages will not show up’ is closed to new replies.