• Hi there. I am trying to move my tagline to flush right on Twenty Eleven (where I think it was originally), rather than under the site title. I found a couple of suggestions on the forum, and neither worked. One did nothing. The other suggestion moved the tagline partway over, but it ended up in the middle. Here is my front page:

    https://66.147.244.87/~peterkob

    I have another small issue that may or may not be related. I would like to move the text under my subheads closer to the sub heads. They seem to set a default leading:

    https://66.147.244.87/~peterkob/arts/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding these lines to the end of style.css:

    #branding hgroup { margin-right: 10px; }
    #site-title { margin-right: 10px; }
    #site-description { margin-right: 10px; float: right; }
    Thread Starter theecoist

    (@theecoist)

    Thanks, vtxyzzy. It does move the site description flush right, but it stays on a separate line. I’d like for the site title and site description to be on the same line, as in the default Twenty Eleven parent. I don’t know why the site description went down to a separate line and became flush left, cause when I preview the 2011 parent, it looks the way I want it to be. Cheers.

    Change your #site-description to this:

    #site-description {
       margin-right: 10px;
       margin-top: -30px;
       float: right;
    }
    Thread Starter theecoist

    (@theecoist)

    Thanks so much. Works wonderfully. I pushed it a bit away from the right margin to make it more symmetrical with the left margin. With help from people like you, I am finally getting this. There’s a learning curve, but it is incredibly satisfying when you begin to get it. Thanks again.

    Hello

    On kinda the same subject. I want to move the description under the header logo in 2011 theme.

    Any help on this?

    @hunnsdon

    please start a new topic and include a link to your site.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to move tagline’ is closed to new replies.