Header Tag-line turning-over – want it to run accross header

  • Unknown's avatar

    I am using the Massive Press template and have purchased the customization package. I want the tagline in my header to not turn-over, but to run along the full-length of the header. I’ve going through the basics on CSS, but am still not clear how to fix this. Can anyone offer advice. Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, add the following at Appearance > Custom Design > CSS to make the site description a single line.

    .site-description {
        margin-bottom: 5px;
        margin-top: 20px;
        width: 34.5%;
    }
  • The topic ‘Header Tag-line turning-over – want it to run accross header’ is closed to new replies.