• Hello

    I am in the process of creating my first Make site and I have opted to hide my header and the navigation, but in place of where they were is now a white space.

    You can see how my page looks here: localmarketingdominance.com

    Could you please tell me how I can get rid of this white space.

    Very Kind regards
    Oretta

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the style.css line 711

    change:

    .site-content {
    float: left;
    width: 100%;
    padding: 22px 0;
    padding: 2.2rem 0;
    background-color: #fff;
    }

    to

    .site-content {
    float: left;
    width: 100%;
    padding: 0;
    padding: 0;
    background-color: #fff;
    }

    Thread Starter shytype

    (@shytype)

    Hi Anna

    Great! That worked.

    Many thanks.

    Oretta

    Anonymous User 9936702

    (@anonymized-9936702)

    Thanks for your help, Anna! We always appreciate seeing people in the Make community helping each other out :).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove White Space In Header’ is closed to new replies.