[Resolved] How to merge Menu with Topbar Area

Home Forums Support [Resolved] How to merge Menu with Topbar Area

Home Forums Support How to merge Menu with Topbar Area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #286589
    Karl

    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

    #286644
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    #site-navigation {
        position: relative;
        top: -20px;
    }
    #286651
    Karl

    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

    #286654
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.