This topic has 2 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Is there a way to change the main menu from being centered to being justified to the right? Thanks in advance for your help!
Hello,
Please add this code in custom.css file:
.menu {
float: right !important;
}
.navbar-right {
width: 100px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up