This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
How do i force the nav bar to float to the right by the search icon on the default Woopress theme in the header?
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
The menu in the header bar is centered. I would like it floated right so its next to and inline with the search icon.
Hello,
Please add this code in custom.css file:
.menu {
float: right !important;
}
.navbar-right {
min-width: 0px !important;
}
Thank you.
Regards,
Eva Kemp.
Thanks Eva, that worked great 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: float, header navbar, right, themes, woocommerce, woopress, wordpress
The issue related to '‘Float Header Navbar Right in Woopress theme’' has been successfully resolved, and the topic is now closed for further responses