Remove white space on top of page

  • Unknown's avatar

    Hello-

    I am using the Radcliffe theme and I am trying to eliminate the white space between my page menu and the content on each page.
    I’m not sure what the CSS would be to make this happen.

    Thanks for the help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, it looks like you’ve gotten this taken care of with the following CSS

    .page .entry-title {
        display: none;
    }
    .page .section {
        padding: 10px 0;
    }

    Let us know if you have additional questions.

  • The topic ‘Remove white space on top of page’ is closed to new replies.