Is there a way to float the main menu on the right right where the search bar is. We can remove the search bar.
Thank you in advance for the help.
http://54.215.1.130/~ubeturapps/
Sylvia
This topic has 4 replies, 2 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
Is there a way to float the main menu on the right right where the search bar is. We can remove the search bar.
Thank you in advance for the help.
http://54.215.1.130/~ubeturapps/
Sylvia
Hello,
Please add this code in custom.css file:
.navbar-right {
min-width: 50px !important;
}
.navbar-collapse.collapse {
float: right;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Eva,
Thank you for the quick help!!
That is exactly what I needed.
Sylvia
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Menu On Right’' has been successfully resolved, and the topic is now closed for further responses