Apparently it won’t let me link my site: alexmoher.com
Hi,
Try to add the following CSS and let me know if fixes this issue:
.navbar-toggle{
margin-top: 50px !important;
}
Regards,
Hardeep
Would this bee to the stylesheet CSS?
Hi,
You can search and install Simple Custom CSS plugin for this. 🙂
Regards,
Hardeep
Unfortunately, it didn’t work. It’s still on the left, but it’s not directly underneath the logo. Is it possible to move it all the way to the right?
Hi
Remove the above CSS and replace it with the following:
.navbar-inverse .navbar-nav > li a {
text-align: right !important;
}
🙂
Regards,
Hardeep
It worked!
But it’s a little delayed action. It doesn’t seem to follow the bar when it expands/collapses. Thoughts?