Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #992447
    kimboosan
    Participant

    site: http://www.task-mistress.com/
    WP: 4.5.2
    X: 4.4.2
    Cornerstone: 1.2.4
    Running a child theme, “Icon” stack

    I just bought X and so far I’m pretty impressed with it, except for this one thing. All I want is the tagline to sit under the blog title, and honestly I’m a little amazed that after two years of people requesting this as an option, it STILL isn’t available. ???

    But anyway, I found several different ways of doing this via the forum, and went with the solution provided here, : https://community.theme.co/forums/topic/tagline-and-font-question/#post-149070

    However, as you can see if you look at the site, we are still a long way from what I want. I used the CSS code in that post but changed the “float” to “bottom”, still no dice. Should I use a different solution? Is there something specific to the Icon stack I should know? I really appreciate any assistance you can give. Thank you!

    #992470
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS:

    span.tagline {
        display: block;
        float: none;
        clear: both;
        width: 240px;
    }

    http://i.imgur.com/Uo9Zjjk.png

    Hope it helps 🙂

    #992588
    kimboosan
    Participant

    That worked! Thank you so much!

    #992912
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-992447 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>