Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22622

    Hello, I want to make my Mainmenu floating left to the Logo. But I didnt found the css code for this!?

    can you help me?

    thanks

    #116424

    Hi,

    What type of header are you using? You can select 4 types of headers on Enfold > Header.

    Regards,

    Ismael

    #116425

    Small Non-Fixed Header…

    #116426

    any idea?

    #116427

    Hi,

    You can add this on your custom.css or Quick CSS.

    div .logo {
    float: left;
    position: relative;
    left: 0;
    display: block;
    }

    .main_menu {
    clear: none;
    position: relative;
    left: 0;
    }

    Regards,

    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu Align’ is closed to new replies.