New Topic

Help w header, menu bar and white space

Home › Forum › Customization › Help w header, menu bar and white space

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2167
    StartupWP
    Keymaster

    1. Use:

    body {
      margin: 0;
    }
    
    #menu {
      margin-top: 0;
    }

    2. Use:

    .page h1.entry-title {
      display: none;
    }

    3. These are only seen by you, the admin and are for your convenience. Would you still like to hide them?

    If you’re not familiar with adding CSS, please see:

    https://startupwp.com/topic/customizing-your-theme/

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.