Please or Register to create posts and topics.

Why is my Search Bar on its own line in the Nav Header

When I look at this support page, the search field appears at the end of the nav bar. But on my site, it appears underneath the nav bar on its own line. How can I fix this?

Was able to fix this issue with additional CSS sent to me by Colibri:

div#forum-navigation {
display: inline-block !important;
width: 80% !important;
}

qualmy91 has reacted to this post.
qualmy91