Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1081636
    bigdreams
    Participant

    hello..

    http://hoegers.at is my site

    and i don’t find the setting to..

    1. change the size of the menu text on mobile

    and

    2. set to drop don’t menu (toggle) right align..

    i already find the settings in uberMenu but i don’t works and i don’t know why.

    #1081798
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    @media only screen and (max-width: 979px) {
    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
      font-size: 14px;
      text-align: right;
    }
    }
    

    Hope this helps.

    Cheers!

    #1081884
    bigdreams
    Participant

    Hey this works great! thank you!!!

    and how can i change the size of the menu button ?

    and center it.. margin-top for example?!

    thank you!

    #1082087
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    .x-btn-navbar i {
        font-size: 40px !important;
    }
    .x-btn-navbar {
        margin-top: 10px !important;
    }

    Let us know how this goes!

    #1082321
    bigdreams
    Participant

    thank you so much!

    #1082428
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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