[Resolved] Hook position

Home Forums Support [Resolved] Hook position

Home Forums Support Hook position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #810097
    David

    Hello

    I’ve added a hook for a full screen menu and have placed in inside_navigation, but can’t seem to position it properly. It needs to sit next to the contact us button to the right, but instead it’s sitting above…

    http://185.20.51.60/~hiremarqueeco/

    Any ideas of what I need to do?

    Thanks
    Dave

    #810202
    David
    Staff
    Customer Support

    Hi there,

    something like this CSS should do the trick:

    #site-navigation .inside-navigation {
        display: flex;
        align-items: center;
    }
    .button_container {
        order: 3;
        margin-left: 1.5em;
    }
    #810208
    David

    great, thanks David.

    #810226
    David
    Staff
    Customer Support

    You’re welcome

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