• Hi,

    I am a self-taught WP noob. I’m quite pleased with what I’ve managed to cobble together so far but can anyone tell me how I can remove the annoying white horizontal strip between the header/menu system and the main content of the page?

    I’ve managed to remove the page title, but it still leaves behind a long hyphen. Strange.

    Thanks in advance.
    http://anthonygolden.co.uk/

Viewing 1 replies (of 1 total)
  • To just remove the long hyphen, try this:

    .separator {
    display: none;
    }

    Reducing the white space between the menu and the content may prove more cumbersome, as it will likely destroy your layout. Try to experiment with this:

    .container {
    height: 50px;
    }
    The default appears to be 100px, lower it gradually and see if it makes a difference. Also take a look at the bottom of the page and see if this has any adverse effects on your layout. It's trial and error I'm afraid.

Viewing 1 replies (of 1 total)
  • The topic ‘Annoying Space between Header and Page’ is closed to new replies.