Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You can use the following CSS to set a maximum width on the tagline. This will prevent the tagline from running into the menu:

    @media all and (min-width: 800px) {
    
      .site-header .site-description {
        max-width: 480px;
        text-align: left;
      }
      .site-header {
        padding-bottom: 3em;
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

Viewing 1 replies (of 1 total)
  • The topic ‘Tag line running into primary menu’ is closed to new replies.