Viewing 2 replies - 1 through 2 (of 2 total)
  • for example, add via a ‘custom CSS’ plugin or a child theme:

    .home .site-header-main { padding-bottom: 0; }
    .home .site-content { padding-top: 0; }
    .home #site-footer .footer-widget-container { display: none; }

    .home makes each style specific to the home page (review body_class()); if you want the style site wide, remove .home from the respective style(s).

    the third line hides the footer via CSS.

    if you want to remove it from the code, you will probably need to edit footer.php of your theme;
    please post in your theme’s forum at http://ww.wp.xz.cn/support/theme/make/

    please post in

    Thread Starter justcam

    (@justcam)

    Sorted – awesome thanks

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

The topic ‘Make padding between header and content’ is closed to new replies.