Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1209627
    Rad
    Moderator

    Hi there,

    That’s just okay 🙂

    Please add this CSS as well,

    .x-navbar .x-nav-wrap .x-nav > li > a {
        text-transform: capitalize;
    }
    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
        padding-left: 25px;
        padding-right: 25px;
    }
    .x-navbar .desktop .x-nav > li > a {
        padding-top: 26px;
    }
    .desktop #menu-item-8622 > a {
        padding-top: 15px !important;
    }
    .desktop #menu-item-8622 > a > span:after {
    display: none;
    }
    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: inset 0 4px 0 0 #b57f3a;
    }

    Hope this helps 🙂

    #1209900
    fatheaddrummer
    Participant

    Hi Rad,

    Thank you very very much!
    That code is great, but unfortunately it doesn’t work, when scrolling down the page. When I scroll down, the menu doesn’t stay in the “container”…

    could you help me out with some more css?

    Thank you so much for the outstanding support!

    Best, Christian

    #1210137
    Nabeel A
    Moderator

    Hi again,

    Try adding the following code in your Customizer:

    body.x-navbar-fixed-top-active .x-navbar-wrap, .x-navbar .desktop .x-nav > li > a {
        height: auto !important;
    }

    Let us know how this goes!

    #1210265
    fatheaddrummer
    Participant

    Hello Nabeel,

    Thank you very much helping me out.
    Unfortunately this code didn’t change anything :-/

    Any other suggestons? Thanks for your advice in advance 🙂

    Best, Christian

    #1210336
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1210398
    fatheaddrummer
    Participant
    This reply has been marked as private.
    #1210482
    Joao
    Moderator

    Hi Christian,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .x-navbar.x-navbar-fixed-top .x-brand {
         width: 100px;
    }

    Hope it helps

    Joao

    #1210525
    fatheaddrummer
    Participant

    Hello Joao,

    Unfortunately this also doesn’t change the thing. The menu is still falling out of the container, when scrolling. Any other suggestons?

    Thank you very much for helping me out!

    Best, Christian

    #1210980
    Christopher
    Moderator

    Hi there,

    Please find following code and remove height: 69px; property.

    .x-navbar.x-navbar-fixed-top {
        background-color: transparent;
        height: 69px;
    }

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Hope it helps.

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