• sorry to bother you guys with a subject that keeps popping up.

    I’ve tried every custom css out there…

    jannabreslin.com

    I can’t get rid of the LARGE whitespace gap below the header

    thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like you have a bunch of empty tags that are still occupying space on the page.

    Anyway, try this:

    .page-id-247 .fl-node-56e64c9301d0c,
    .page-id-247 .c12.end.alignleft.pageheading {
        display: none;
    }
    
    .page-id-247 #main div.page {
    	padding: 21px;
    }

    I began each selector with your homepage’s page ID class to prevent these changes from causing problems elsewhere on your site, but it’ll take care of the white space on the homepage.

    Hello,
    Try this, but this doesn’t include the mobile CSS….

    div.page{
    ? padding: 0px 0px;
    }

    .fl-node-56e5b606ecaa5 .fl-module-content {
    ? margin-top: -80px;
    }

    Thread Starter sdtrojan

    (@sdtrojan)

    thank you gents,

    how do I allow those changes to apply to every page?

    Thread Starter sdtrojan

    (@sdtrojan)

    and how to make it apply to mobile?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘NEED to remove whitespace below header’ is closed to new replies.