Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Remove blank space at top/header #98651
    Natalie
    Participant

    I have one other question, Mr Mahesh. If you check out my site on mobile http://drop.hiphop you’ll notice a white line above the footer / footer mobile menu. Any way to get rid of that? I’ve already tried the following

    footer#footer {
    border-top: none;
    }

    #sidebar-footer {
    border-top: none;
    }

    footer#colophon {
    border: none;
    }

    in reply to: Remove blank space at top/header #98573
    Natalie
    Participant

    I’m not sure if this is the best fix but I was able to remove it using the following code in the custom CSS field. Please let me know if there is a better way to do this:

    #masthead {
    display:none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)