Site logo

Archived topic

Slideout menu align left

3 replies · Started by carlmumford on November 7, 2017

Viewing posts 1–4 of 4

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!

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?

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

So like this CSS here?

@media (min-width: 769px) {
    .sf-menu>li.slideout-toggle {
        float: left !important;
    }
}
This archived topic is closed to new replies.