• Resolved thefreeauction

    (@thefreeauction)


    I have too much whitespace on all my pages between the header and the start of the body. I’m almost positive that its some margin/border settings in the css, but for the life of me I can’t find it. Can anyone help?

    Thanks,
    Dan

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Dan,
    I would love to help, if you need it, but can you post your url so I can take a look at your site?

    Theme Author Richie KS

    (@rkcorp)

    is some plugin css causing this? try add this to wp-admin->theme option->custom css

    body#custom, #custom header { margin:0 !important; }

    Thread Starter thefreeauction

    (@thefreeauction)

    Hi, thanks for the suggestion Richie KS, I put that it the custom css area and it didn’t change anything. My site’s here I’m pretty sure at one time it didn’t have the space there… Not sure what happened 🙁

    Thread Starter thefreeauction

    (@thefreeauction)

    ok, I moved it up a little bit by editing:

    .container-wrap {
    	float: left;
    	width: 100%;
    	margin: 0px 0px 2em;
    	padding: 2% 0%;
    }

    I changed padding 2% to 0%. Looks a little better.

    Suddenly the background image is showing between the header and the nav menu – about 1″ —- and that’s causing the sidebar headings to scoot down by the same 1″. I’m baffled. Thanks in advance for your help.

    piggysisters.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to remove whitespace between header and body’ is closed to new replies.