• Resolved margley

    (@margley)


    Looking at smaller screens and mobile devices, I find that the navigation menu drops down over the logo. How can I realign the menu to the right?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter margley

    (@margley)

    Apparently it won’t let me link my site: alexmoher.com

    Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Try to add the following CSS and let me know if fixes this issue:

    .navbar-toggle{
        margin-top: 50px !important;
    }

    Regards,
    Hardeep

    Thread Starter margley

    (@margley)

    Would this bee to the stylesheet CSS?

    Hardeep Asrani

    (@hardeepasrani)

    Hi,

    You can search and install Simple Custom CSS plugin for this. ??

    Regards,
    Hardeep

    Thread Starter margley

    (@margley)

    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?

    Hardeep Asrani

    (@hardeepasrani)

    Hi

    Remove the above CSS and replace it with the following:

    .navbar-inverse .navbar-nav > li a {
        text-align: right !important;
    }

    ??

    Regards,
    Hardeep

    Thread Starter margley

    (@margley)

    It worked!
    But it’s a little delayed action. It doesn’t seem to follow the bar when it expands/collapses. Thoughts?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Collapse Menu Help’ is closed to new replies.