Tagged: menu
- This topic has 2 replies, 2 voices, and was last updated 11 years, 5 months ago by hauaua.
-
AuthorPosts
-
June 25, 2013 at 11:17 pm #11000hauauaMember
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.
June 27, 2013 at 1:21 am #11079SakinKeymaster@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; }
June 27, 2013 at 10:53 pm #11135hauauaMemberThank 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.
-
AuthorPosts
- The topic ‘how to align the logo to the menu ?’ is closed to new replies.