• Resolved mariusmao

    (@mariusmao)


    Hi, is there anyway to center the tagline under the Site Title? I still like the Site Title flushed left, but would like the tagline center underneath it vs also flushed left. Thanks! Marius

    The page I need help with: [log in to see the link]

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

    (@bensibley)

    Hi Marius,

    Thanks for using Tracks!

    The following CSS snippet should work nicely for that:

    @media all and (min-width: 800px) {
    
      .site-description {
        margin-left: 48px;
      }
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter mariusmao

    (@mariusmao)

    Thank you! It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Heading Title and Tagline on Tracks Theme’ is closed to new replies.