Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087194
    pdopchev
    Participant

    Hi guys,

    Trying to do some customization to the sub menu

    – change the alignment of the text to center

    – get rid of the white space/borders/padding or make it black in color (see attached screen grab)

    – reduce the width of it the box/block

    As far now I have the following css added:

    .x-navbar .desktop .sub-menu a {
    background-color:#000;
    }

    link: http://www.dopchevproductions.com/test/

    Your help would be greatly appreciate it!

    #1087867
    Friech
    Moderator

    Hi There,

    Thanks for writing in! #1 Please update your own Custom CSS to this:

    .x-navbar .desktop .sub-menu a {
    	background-color:#000;
        text-align: center;
    }

    #2 Add this on your custom CSS.

    .masthead-inline .x-navbar .desktop .sub-menu {
    	background-color: #000;
    }

    #3 This css as well.

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

    Feel free to adjust the values.

    Cheers!

    #1088736
    pdopchev
    Participant

    Great! It works perfectly! Thanks for the help!

    #1089003
    Joao
    Moderator

    Glad to hear it.

    Joao

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