• Resolved zelen

    (@zelen)


    Hi,
    I am trying to put my branding image and site description on the same line.
    I don’t need the Search box and site title, so I put out both by using display: none.
    Here is what I have now in my Twenty Eleven child theme Stylesheet:

    [no need to post CSS – it’s all visible on your site]

    And here is a link to the site:
    https://www.zelendesign.com/wordpress/

    Any idea on how to put the logo and the site description side by side?

    Thank you,

    Zelen

Viewing 3 replies - 1 through 3 (of 3 total)
  • Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    Hello please try dropping this in your child theme style sheet.

    #site-description {
    margin: -9em 0 0 2em;
    width: 45%;
    display: inline-block;
    float: right;
    }

    You can adjust the margins to get the positioning you want.

    Thread Starter zelen

    (@zelen)

    Hi Tracy,
    It worked very nice! Thank you for your help, I was not getting anywhere with this issue.
    Zelen

    Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    You’re welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Branding image and site description on one line’ is closed to new replies.