[Support request] Slideout menu align left

Home Forums Support [Support request] Slideout menu align left

Home Forums Support Slideout menu align left

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #417666
    carlmumford

    Hello,

    I want to align the slideout toggle to the left and the main menu to the right? I want to put the logo to the right of the slide out toggle.

    What’s the best way to do this please? Thanks!

    #417836
    Leo
    Staff
    Customer Support

    Hi there,

    Not quite sure what you mean.

    So the order you want it slideout toggle, logo, then the rest of the menu and everything will be aligned to the right?

    #417840
    carlmumford

    Hi Leo,

    Sorry for the confusion.

    I want to align just the toggle to the left, followed by the logo and then the text links for the navigation on the right.

    Thanks,
    Carl

    #417889
    Leo
    Staff
    Customer Support

    So like this CSS here?

    @media (min-width: 769px) {
        .sf-menu>li.slideout-toggle {
            float: left !important;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.