
I am working on a WordPress Theme for a client using Themler Pro. The header includes a logo image (using a Logo Control) and a menu bar. I want for both of them to position in the same line: logo aligned at the left and menu bar at right (like if they were justified inline text elements).
Using float attributes for achieving that works ok for horizontal alignment. But because the height of the image logo is greater than height of menu bar, this one shows vertically aligned to the top. How can I align them vertically at the middle?
This is how the header shows:

This is how it should:

I will appreciate any helpful suggestions :-)
I am working on a WordPress Theme for a client using Themler Pro. The header includes a logo image (using a Logo Control) and a menu bar. I want for both of them to position in the same line: logo aligned at the left and menu bar at right (like if they were justified inline text elements). Using float attributes for achieving that works ok for horizontal alignment. But because the height of the image logo is greater than height of menu bar, this one shows vertically aligned to the top. How can I align them vertically at the middle? This is how the header shows: ![enter image description here][1] This is how it should: ![enter image description here][2] I will appreciate any helpful suggestions :-) [1]: http://i67.tinypic.com/x5uzh3.png [2]: http://i67.tinypic.com/4jtcsm.pngLast edited 03 December 2015 by UrielG