• Hello,

    There is blank space beneath my Navigation menu and above my body in the Manifest theme. It is visible here: https://editorbjn.com/ (Ex: Above “Editor BJN” and below the Nav menu). How do I get rid of/control this? Thanks.

Viewing 1 replies (of 1 total)
  • It is the sites description that is the cause. Either enter one or…

    Add the below to your style.css

    #site-description {
        display: none;
    }

    The find the below where it has -50 and change to 10.

    #core-content {
        margin-top: 10px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Blank space between Menu and Body in Manifest’ is closed to new replies.