• Resolved daphy

    (@daphy)


    Hi Ben,
    each time I go to my site (http://pixeo.it/) the first time in a day, I find site decription is moved up, please can you help me?
    Thanks!

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

    (@bensibley)

    Try adding this CSS to the site:

    @media all and (min-width: 50em) {
    
      .site-description {
        top: 67px !important;
      }
    }

    That should help force the tagline to stay in it’s proper position.

    Thread Starter daphy

    (@daphy)

    Thank you!!

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing!

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

The topic ‘Site description moves up’ is closed to new replies.