Archived topic
Hook position
3 replies · Started by David on February 14, 2019
Viewing posts 1–4 of 4
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
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;
}
great, thanks David.
You're welcome
This archived topic is closed to new replies.