• Resolved jd1982

    (@jd1982)


    Hello,

    Thanks for creating a crisp and clean theme – it’s perfect for my new blogging venture.

    My query is simple (I hope). Is there any way I can make the tagline appear directly below the main site title and not to the right side of it?

    Many thanks in advance,
    James

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

    (@bensibley)

    Hi James,

    Thanks for using Ignite!

    This is actually a bit tricky, but if you share a link to your site I can come up with a custom solution for you.

    Thread Starter jd1982

    (@jd1982)

    Hi Ben,

    Thanks for the reply. My site is quite simply, jamesdevonshire.com.

    I just feel it would look a lot cleaner if the tagline was situated below the main title.

    Thanks in advance,
    James

    PS – the site is literally a testing ground at the moment for themes and plugins, so please excuse its rough look at present 🙂

    Theme Author Ben Sibley

    (@bensibley)

    No worries 🙂

    The following code will position the tagline nicely below the title:

    @media all and (min-width: 900px) {
      #menu-primary #site-description {
        clear: left;
        margin: 0 3em 0 0;
      }
      .social-media-icons.visible {
        margin-top: -1.5em;
      }
    }

    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.

    Please note, since you don’t have a menu active in the navigation bar, this customization was made simpler. If you decide to add a menu, just post here and I can help you modify your site to position the tagline below the title and display a menu too.

    Thread Starter jd1982

    (@jd1982)

    Thanks Ben! That works great – you’re a star…

    I don’t anticipate adding a menu as I want the site to be as simple as possible but never say never right?

    Many thanks,
    James

    Theme Author Ben Sibley

    (@bensibley)

    Excellent, you’re welcome James 🙂

    If you’re happy with your experience, would you mind doing me a quick favor and leaving a review? It would really help me out.

    Thanks!

    Thread Starter jd1982

    (@jd1982)

    No worries Ben. Review submitted. Thanks again!

    Theme Author Ben Sibley

    (@bensibley)

    Thank you!

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

The topic ‘Move tagline’ is closed to new replies.