• I’d really like to have the subtitle/site-description under the title on my page http://www.cat4net.de

    In the style.css of my spun-child-theme I’ve tried setting the site-description “display” from “none” to “block”, but if I do so I get two subtitle and both aren’t under the mean title?!

    Or is it only possible with an image/logo?

    Thanks for your help!
    Greetings!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    I did it like this.
    http://screencast-o-matic.com/watch/c2nI6PnlgP
    If it helps tell me and I can send you css because in video its bad quality.

    Thread Starter cat4net

    (@cat4net)

    Hi Eddy! Thanks!

    It really seems to be the right way!
    But I don’t understand to edit my page like you! How I work with this editor?
    Perhaps it’s really better you’ll send me the CSS 😉

    Bye

    So just change you child theme css and it should work.

    I make description visible and little bit smaller so it will fit in.
    display: block – this element you don’t need there.

    .site-description {
    font-size: 1.3rem;
    }

    From this element you can take out this
    .site-title {
    display: inline-block;
    float: left;
    }

    .site-branding {
    display: inline-block;
    }

    .header-wrapper {
    display: block;
    width: 49%;
    }

    Hope it will help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘subtitle problem’ is closed to new replies.