Viewing 3 reply threads
You must be logged in to reply to this topic.
Dear Codeless team,
I want my menu to be right aligned, closer to the side navigation icon, but currently it stays closer to the logo
How can I change that?
http://www.whatifsomething.com
Thanks
Bejoy George
Hello,
Please add these lines into your custom css box:
.header_3 #navigation {
float: right !important;
}
Best regards!
Dear Mihaila,
Somehow its not working. is there any other way?
Thanks
Bejoy George
Hello,
please go to file style.css and find this line:
.header_3 #navigation{float:left !important; margin-left:45px;}
Remove the !important
from it. Save and refresh.
Best regards!
You must be logged in to reply to this topic.