Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter micuccij

    (@micuccij)

    bump

    To remove some of the whitespace above your post try changing your margin-bottom to 0px so it looks like this:

    .navigation {
    	display: block;
    	text-align: center;
    	margin-top: 10px;
    	margin-bottom: 0px;
    	}

    To centre your blog, go to the second reference to your #page under /*Begin Structure*/ and change the margin to the following:

    #page {
    	background-color: white;
            margin: 0px auto;
    	padding: 0;
    	width: 760px;
    	border: 1px solid #959596;
    	}
    Thread Starter micuccij

    (@micuccij)

    Thanks alot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Take out whitespace about post’ is closed to new replies.