Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #98572
    Natalie
    Participant

    How can I remove the blank space at the top of this page? http://drop.hiphop I believe that I’ve set all the headers to off but maybe I missed an option somewhere?

    #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;
    }

    #98601
    Mahesh
    Keymaster

    @revswim: Yes, its perfect. Glad to know you’ve found the fix.

    Regards,
    Mahesh

    #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;
    }

    #98750
    Mahesh
    Keymaster

    @revswim:
    Hi Natalie,

    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 990px) {
    	#mobile-footer-menu {
    		border-top: none;
    	}
    }

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove blank space at top/header’ is closed to new replies.