Archived topic
How to merge Menu with Topbar Area
3 replies · Started by Karl on March 3, 2017
Hello, I'm trying to merge my primary menu up into my custom topbar (which was created using the Before Header Hook) so that about half of the menu is in the topbar. The idea is for the menu to look like it is floating on top of both elements. My page can be seen at http://www.ccr.report/contact-us/
Thank you,
Karl
Hi there,
Give this CSS a try:
#site-navigation {
position: relative;
top: -20px;
}
Tom - Excellent, thank you. Works like a charm.
I'm new to WordPress, GP, and Beaver Builder, but have already benefited from your software, documentation and your wonderful support forum.
Regards,
Karl
Awesome, glad I could help! :)