Logo next to main navigation
This support request was posted in BBQ by billbrammer
- billbrammer May 30, 2013 at 3:25 pm
I have place a logo on in the BBQ site, it is shifting my NAV up and it is not aligned with the logo… Any fix to this? Is there a max height for the logo?
Juanfra Aldasoro May 30, 2013 at 3:33 pmHello Bill,
Thanks for writing. That’s because the navigation menu is aligned with the top of that container.
You can set it to float at mid-height by adding the following CSS:
#navigation{ position: absolute; bottom: 50%; top: 50%; right: 0; }
Add that code in your custom.css theme file or in the Custom CSS input within the theme options.
The problem with this code is that if your navigation menu has too many items it will show on top of your logo.
Best,
Juan.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.