Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter swozny

    (@swozny)

    got the top fixed. Now need help with bottom

    Please note that you shouldn’t be making changes to the theme’s style.css file. If you ever have to update the theme because of a security patch or bug update, then your changes will be lost. You should be adding your own CSS using WordPress’ custom CSS option (Appearance → Customize → Additional CSS).

    For the bottom, there is a media query that sets the margin between the content and the footer to 7 lines (7.0em):

    
    @media screen and (min-width: 61.5625em) {
       .site-main {
          margin-bottom: 7.0em;
       }
    }
    

    Copy the above rule into your custom CSS and change the value to something smaller, like 3.0em or 2.0em.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hot to change margin in twenty sixteen’ is closed to new replies.