Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This is a CSS issue, not a WordPress issue. You should have been searching CSS forums/ tutorials.

    For convenience, just add to your Child Theme stylesheet

    img#site-logo {
     float: left;
    }

    Thread Starter lebakok

    (@lebakok)

    Thanks Andrew for your quick response. I’ll play around some more with the css to move the site description beneath the title, not the image.
    Thanks for the tip re the correct forum. I was researching the twenty eleven theme forums. I am new to WordPress and mainly familiar with Expression Web’s html & css layouts. Having fun & frustration learning WordPress, but think it’s the way to go.

    Thread Starter lebakok

    (@lebakok)

    Just thought I’d publish the css I set for the site description after using Andrew’s suggestion above.
    #site-description {
    color: #7A7A7A;
    font-size: 16px;
    margin-bottom: 1em;
    position:absolute;
    top:75px;
    right:200px;
    background: #ffffff;
    font-weight: bold;
    }
    Got the look I wanted, i.e. wanting the site title and description to appear alongside the logo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twenty Eleven Site Title with Logo’ is closed to new replies.