Viewing 2 replies - 1 through 2 (of 2 total)
  • You will need to edit the main CSS file in order to do so, simply add this code to the bottom of your CSS file.

    @media only screen and (max-width: 768px) {
      .site-title {
        margin: 0;
        padding: 0;
        width: 100%;
      }
    }
    Thread Starter vista.econ

    (@vistaecon)

    Thanks! Padding: 5px worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘space between header and menu bar only on mobile’ is closed to new replies.