Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161798
    mahmoud237
    Participant

    I use renew stack … I want to remove mobile menu button background .. and make the button be the left to the logo just like attached photo

    Thanks

    #1161824
    Thai
    Moderator

    Hi There,

    Please provide us with your website URL so we can take a closer look.

    Thank you.

    #1161854
    mahmoud237
    Participant
    This reply has been marked as private.
    #1161855
    mahmoud237
    Participant

    Also, I want to remove the border on scrolled pages on mobile view … How can I do that >

    #1161896
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-navbar .x-btn-navbar {
        float: left;
    }
    
    a.x-brand.img {
        float: right;
        margin-right: 15%;
    }
    
    .x-navbar .mobile .x-nav li > a:hover,
    .x-navbar .mobile .x-nav li > a,
    .x-navbar .mobile .x-nav li.current-menu-item > a {
        border-color: #000;
    }

    Hope it helps 🙂

    #1161949
    mahmoud237
    Participant

    Thanks a lot .. it worked

    How can I change the position of WPML like the attached photo ?

    #1161972
    Jade
    Moderator

    Hi there,

    Please add this code:

    #menu-item-59864 {
        float: right;
    }
    #1161986
    mahmoud237
    Participant

    Thanks it worked in web view . But not worked on mobile view

    #1162000
    Jade
    Moderator

    Please add this code:

    .x-navbar .mobile .x-nav {
      display: flex;
      flex-direction: column;
    }
    
    .x-navbar .mobile .x-nav li:nth-child(4) {
      order: 5;
    }
    
    .x-navbar .mobile .x-nav li:nth-child(5) {
      order: 4;
    }

    Hope this helps.

    #1162005
    mahmoud237
    Participant

    Thanks alot

    #1162006
    Jade
    Moderator

    You’re most welcome.

    #1162917
    mahmoud237
    Participant

    This code changes the button to float right in English language only But if I change the language to German or Danish .. it backs again to it’s original place … I want the login to float right always.

    I think I just need the menu item number how can I find it

    
    #menu-item-59864 {
        float: right;
    }
    #1162943
    mahmoud237
    Participant

    Done … with F12 .. I know now how to get the menu item number

    Thanks

    #1162950
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1161798 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>