The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › How to align logo with main menu bar (Simplemag theme)
Hi – I’m new to CSS and am having trouble customizing the Simplemag theme.
Currently I have the logo aligned left and main menu aligned right, however they are not aligned vertically.
.main-menu { float:right; }
.logo { float: left; display:inline; }
Could someone please help? Thank you!
Can you show what you have so far in a demo?
Can you see this screenshot?
https://postimg.org/image/3uhpbjlxr/
Thanks!
Not an image..a minimal Codepen demo showing the issue.
However, if the elements are different size, there is no dynamic way of aligning floated items.
You might want to consider another layout method.