Site logo

Archived topic

Background header with menu movil in PC right

3 replies · Started by Jesus on October 3, 2022

Viewing posts 1–4 of 4

Hi,

Ying told me to put this code and it works, but how could I make it appear on the right side of the screen?

.main-navigation .menu-toggle, .sidebar-nav-mobile:not(#sticky-placeholder) {
    display: block;
}
.main-navigation ul, .gen-sidebar-nav, .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul, .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
    display: none;
}

Thanks.

Hi there,

What do you want it to be right? The menu toggle?

Yes. Thanks.

Hi Jesus,

Try adding this as well:

.main-navigation button.menu-toggle {
    text-align: right;
}
This archived topic is closed to new replies.