• Resolved englishsupport

    (@englishsupport)


    Hello,
    Something happened to my site (www.englishsupport.com.br) to where now the logo appears higher than the menu. I’m trying to align the logo and the menu but I can’t find the correct code to edit in .css editor. I’ve never edited the .css files before.

    Any advice is appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I suggest using a custom css plugin and entering the following code.

    #logo {
        float: left;
    }

    This is optional if you want space from the top of the page for the menu.

    #menu_container {
        margin-top: 70px;
    }

    Thread Starter englishsupport

    (@englishsupport)

    Thanks man, this worked great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align logo and menu’ is closed to new replies.