• Resolved hccc

    (@hccc)


    I have tried every possible bit of css code I could find on this site and many others to resolve this.

    There is too much white space above the header, between the menu and content headline, and even more between the content and the footer.

    I have also removed every plugin that doesn’t have to do with learn dash or WooCommerce. If I have to remove those I will but I am hoping someone has a suggestion.

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Tajam

    (@tajam)

    Hi, this is the default margin & padding for the header, content and footer area:

    /* header */
    .site-branding {
    	padding-top: 3em;
    	padding-bottom: 2em;
    }
    .logo-side .site-header {
    	padding-top: 3em;
    	padding-bottom: 3em;
    }
    .site-branding {
    	padding-top: 3em;
    	padding-bottom: 2em;
    }
    
    /* content */
    .site-content {
    	padding-top: 2em;
    }
    
    /* footer */
    .site-footer {
    	margin-top: 2em;
    	padding-top: 4em;
    	padding-bottom: 4em;
    }
    

    Please copy the code to the Customize → Additional CSS field and change the numbers to suit your needs.

Viewing 1 replies (of 1 total)
  • The topic ‘Too much white space everywhere’ is closed to new replies.