Topic Resolution: Resolved
  • Closed
  • D
    Spectator
    July 30, 2015 at 3:34 pm #19387

    Hello,

    I would like the tagline to appear under the blog title. When I use the selection in Appearance>Theme Options the tagline goes under the logo in the header and in the menu bar. Not sure how to fix that.

    menofpurpose.fogwm.org

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 30, 2015 at 5:24 pm #19399

    Hi Donna,

    Thanks for writing in, if you wish to achieve your tagline right under the blog title, so you can add the following code under Appearance > Theme Options > Custom CSS:

    #tagline {
    clear: right;
    width: 220px;
    margin-left: 13em;
    }

    Thanks.

    D
    Spectator
    Posts: 40
    August 2, 2015 at 11:11 am #19484

    Thanks. Will mark this one resolved.

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 4:03 pm #19511

    You’re welcome! 🙂