Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1227139
    themezoo
    Participant

    Hi,

    I’d like to have the footer menu’s submenu go up and then the top menu’s submenu go down. I’m using ubermenu so I’m not sure how to do it.

    Would you please help me out :)?

    Thanks :)!

    My site: tuotearvostelu.com

    #1227194
    Thai
    Moderator

    Hi There,

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

    .x-colophon.bottom {
        position: relative;
    }
    .x-colophon.bottom ul.ubermenu-submenu {
        position: absolute !important;
        top: 0 !important;
        margin-top: -50px !important;
    }

    Hope it helps 🙂

    #1227250
    themezoo
    Participant

    Thanks a lot :)!! It worked :).

    #1227264
    Thai
    Moderator

    If you need anything else please let us know.

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