[Support request] Background header with menu movil in PC right

Home Forums Support [Support request] Background header with menu movil in PC right

Home Forums Support Background header with menu movil in PC right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2361683
    Jesus

    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.

    #2361972
    Ying
    Staff
    Customer Support

    Hi there,

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

    #2362007
    Jesus

    Yes. Thanks.

    #2362114
    Fernando
    Customer Support

    Hi Jesus,

    Try adding this as well:

    .main-navigation button.menu-toggle {
        text-align: right;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.