[Resolved] Positioning a hook

Home Forums Support [Resolved] Positioning a hook

Home Forums Support Positioning a hook

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1669286
    Erika

    Hi there,
    I am creating a landing page and disabled the primary navigation on that site. I would like to add another navigation, this page only, near the logo&site title on the right.
    I made a hook that is only displayed on this page and added a navigation in that hook.
    How can I place this navigation near the logo&site title onto the right side?
    Should look like what I did here: therapiefokus.proceed-it.com
    Or maybe I should have another approach?
    Thanks, Erika

    #1669334
    David
    Staff
    Customer Support

    Hi there,

    couple of options:

    1. Set the Customizer > General > Structure to Flexbox – this will inline the site branding and the navigiation – may take a little CSS to tweak.

    2. If you need to keep the structure as Floats then give your #landing_page_menu element a float: right; CSS property.

    #1669385
    Erika

    Hi David 🙂

    I changed the structure to flexbox, added
    .inside-header {justify-content: space-between;}
    and et voilá 🙂 happy again. It works.

    Thank you, Erika

    #1669421
    David
    Staff
    Customer Support

    Awesome – glad to hear that!

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