Title: Move tagline
Last modified: August 22, 2016

---

# Move tagline

 *  Resolved [jd1982](https://wordpress.org/support/users/jd1982/)
 * (@jd1982)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/)
 * 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](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424531)
 * 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](https://wordpress.org/support/users/jd1982/)
 * (@jd1982)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424538)
 * 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](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424593)
 * 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](https://wordpress.org/support/users/jd1982/)
 * (@jd1982)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424596)
 * 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](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424625)
 * Excellent, you’re welcome James 🙂
 * If you’re happy with your experience, would you mind doing me a quick favor and
   [leaving a review](https://wordpress.org/support/view/theme-reviews/ignite)? 
   It would really help me out.
 * Thanks!
 *  Thread Starter [jd1982](https://wordpress.org/support/users/jd1982/)
 * (@jd1982)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424634)
 * No worries Ben. Review submitted. Thanks again!
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424642)
 * Thank you!

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ignite/1.84/screenshot.png)
 * Ignite
 * [Support Threads](https://wordpress.org/support/theme/ignite/)
 * [Active Topics](https://wordpress.org/support/theme/ignite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ignite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ignite/reviews/)

## Tags

 * [title](https://wordpress.org/support/topic-tag/title/)

 * 7 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/move-tagline-3/#post-5424642)
 * Status: resolved