Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11000
    hauaua
    Member

    Hello(sorry for my English), I would like to align the logo to the same height as the menu. The logo on the left and the menu on the right, in the same line. It is very important.

    Thank you very very very much.

    P.D. I using a localhost,so I can´t add the web url. I use Everest Catch theme.

    #11079
    Sakin
    Keymaster

    @hauaua: There is no option to make the logo on the left and menu on the right in the header. It’s design to make the logo and right sidebar in the header and then menu.

    Yes you can try hiring the developer and do the customization. There might me one way to do that by changing the css value. I can just give you the hint and you have to find the developer to do the rest.

    For assigning the Header wrap the width and float left and then menu width with float right. See the following css and add it in “Appearance => theme Options => Custom CSS” box and adjust as per your need.

    #hgroup-wrap {
        display: inline-block;
        float: left;
        overflow: hidden;
        padding: 0 5%;
        width: 40%;
    }
    #header-menu {
        display: inline-block;
        float: right;
        width: 50%;
    }
    #main-slider, #main { clear: both; }
    #11135
    hauaua
    Member

    Thank you very much. This was what I wanted, change the css, but I did not give the correct code. Even so I’ll have to tweak it a bit to make it exactly aligned. Thank you very much again, you are amazing @Sakin.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to align the logo to the menu ?’ is closed to new replies.