Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1169430
    Christina r
    Participant

    Hi!

    What CSS is needed to move the drop downs closer to its parent and make them bigger?http://screencast.com/t/hmZDq1PV

    Many thanks as always,

    Christina
    christinariccigolf.com

    #1169813
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .masthead-inline .x-navbar .desktop .sub-menu {
        top: 58px;
    }
    
    .x-navbar .desktop .sub-menu li > a {
        font-size: 14px;
    }

    Hope that helps.

    #1170115
    Christina r
    Participant

    Hi

    Thanks for code. Is there a way to minimize width? As it is now sits under contact not Members.
    http://screencast.com/t/BpMaKii7jl

    Thanks for help,

    Christina

    #1170129
    Thai
    Moderator

    Hi Christina,

    Please add the following CSS:

    .desktop .sub-menu {
        min-width: 150px;
    }

    Hope it helps 🙂

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