Hi there, I’m using the logo left, menu below header option. I’d like to use a secondary menu that is same level as the logo to avoid un-needed white space above. Here’s an example of what I’m trying to create http://www.greenwichacademy.org/page.cfm?p=1
Is there a way I can bring the secondary menu lower? Here’s a screenshot of what I have so far. I’m building locally right now https://www.evernote.com/l/AC8rMrbjPWpK7a-60whJqPXWHboEN6wM4BM
Thanks
Hi!
Try this in Quick CSS:
#header_meta .sub_menu {
position: absolute;
top: 65px;
right: 20px;
}
Regards,
Josue