[Resolved] How to right-align sec nav on mobile

Home Forums Support [Resolved] How to right-align sec nav on mobile

Home Forums Support How to right-align sec nav on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #348269
    Arno Verhoeven

    Hi,

    I want to right align the secondary navigation on mobile devices. Not only the menu-items but the title also. I can’t seem to find how this can be done.
    Is there somebody that can help me out?

    #348316
    Tom
    Lead Developer
    Lead Developer

    Give this CSS a shot:

    @media(max-width:768px) {
        .secondary-navigation,
        .secondary-navigation .menu-toggle,
        .secondary-navigation .main-nav .sf-menu>li {
            text-align: right !important;
        }
    }
    #348698
    Arno Verhoeven

    Hi Tom, thanks for the prompt reply.

    I have added the above to the custom css. (as I did before, but I thought I might have made a mistake – syntax error) It didn’t work. And then… I did see the light.

    Max-width is set to 768 and I checked this on my mobile that is full HD… I changed it to 1100 and.. it works.

    #348897
    Tom
    Lead Developer
    Lead Developer

    Awesome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.