• I’m running a Twenty Eleven Child Theme at my webpage/blog at the moment and have got as far as I’m able to costuming it to look as I like, do I have one major problem, I can’t get my logo to be placed next to the menu but to the left.

    In childs header.php my logo have the same position as <h1 id=”site-title”> have in the original header.php.

    I want it to be placed right on top of the header, next to the menu but on the left instead of the right, with no spacing at all.

    Site: https://www.daperley.com/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey there daPerley,

    Hope you’re well today!

    I’d be happy to take a look but it seems you’re probably using some plugin to prevent right clicking on your site so I can’t inspect it.

    Just to make sure you want your logo to be on a right side instead of left?

    Best regards,
    Bojan

    Thread Starter daPerley

    (@daperley)

    Hi,

    thank you, I’m getting better.

    I’ve deactivate the plugin now so now I should work.

    I can see now that I’ve written right on a place were it should be left, last sentence should be “I want it to be placed left on top of the header, next to the menu but on the left instead of the right, with no spacing at all.”

    So as now but with no padding and next to the menu instead of above.

    Hey there daPerley,

    Sorry for the delay here, I’ve checked your site and I’m still having the same problem. Could you deactivate the plugin until we get this done for you?

    Cheers,
    Bojan

    Thread Starter daPerley

    (@daperley)

    It should till be deactivate, I deactivate one more that may have caused the problem.

    Fast montage of how I want it to be, https://daperley.com/sketch.jpg

    Hi again daPerley,

    Thanks for the clarification, I understand how you want to set it up.

    However, I can’t help you if I can’t right click and use inspect element. Please deactivate the plugin that is preventing me to right click on your site so I can provide the CSS for that ??

    Cheers,
    Bojan

    Hey there daPerley,

    Hope you’re well today!

    I’ve managed to find a workaround so I can provide the CSS for this. Please try adding the following CSS code in the style.css file of your child theme:

    @media screen and (min-width: 1000px) {
    img#site-logo {
    margin-bottom: -65px;
    }
    }

    This should place the logo in the same line with the navigation.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter daPerley

    (@daperley)

    Hi again,

    I feel fine now, thank you.

    Got some time over today to try this out and it looks like it works properly.

    Thank you so much for your time and dedication! ??

    Glad I could help ??

    Cheers,
    Bojan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Place Site title next to menu in Twenty Eleven’ is closed to new replies.