Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to your dashboard – Appearance > Editor > style.css and find this code:

    #header-top, #header-right {
        float: right;
    }

    Replace it with:

    #header-top, #header-right {
        float: left;
        padding-left: 7px;
    }

    If you want to move the header a little farther away from the logo then just increase the padding-left.

    Hope this helps

    Thread Starter helendevs

    (@helendevs)

    hi tim thanks ill check this now

    Thread Starter helendevs

    (@helendevs)

    OMG YOU ARE SO AWESOME!!!!!!! THANK YOU SO MUCH !!!!!

    You’re welcome. Glad I could help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to move my main nav near the logo’ is closed to new replies.