This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Robert Hall
Please help me out.
I can’t find an option to align the menu left / right.. is just centered and I want it on right side.
I found just how to align the fixed header menu with custom .css file but not the regular.
Thanks!
Hello,
Please provide us with a link to your site and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Sent.
Hello,
I’ve added following code into custom.css file. Please check.
.navbar-right{
display: none;
}
.menu-main-container{
float:right;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up