• Hello WordPress community!
    I’m trying to push the header logo on my website to the top left, and the main menu to the top right. And ideally I would like both to be in a kind of box that has the background color (so that when you scroll through the images the menu and logo are still visible)

    This is my website: https://www.alissathaler.com
    and This is what I’m trying to achieve: https://www.verenamichelitsch.com

    Help is super appreciated!! ??
    Thank you in advance!

Viewing 1 replies (of 1 total)
  • hi
    Not sure how good you are at coding encompass but what u can try is

    get the site title to left by editing

    #site-title
    {
    float: left;
    position: relative;

    }

    then give appripriate padding in the menu container..for the menu to appear correctly

    Try this and play around with css using firebug plugin for firefox …

    Regards
    Anur

Viewing 1 replies (of 1 total)
  • The topic ‘Changing position of menu and logo’ is closed to new replies.