Custom Logo and Menu – One Line
-
Hi, can someone please tell me the additional CSS required to make the custom logo and menu appear on one line? The closest I’ve got to achieving this was using the code:
.navbar-header {
display:inline-block;
vertical-align:middle;
width:30%;
text-align:left;
}
.nav {
display:inline-block;
vertical-align:middle;
width:65%;
text-align:right;
}BUT, this results in the menu aligning to the top end of the logo rather than the bottom end as I’d like it. Can anyone help please?
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Custom Logo and Menu – One Line’ is closed to new replies.