Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1303339
    ldollard
    Participant

    I’ve tried every option and i cant make the sub menu small to fit the sub menu contents, instead of being fullwidith for the navbar

    url

    http://pdx.novelcreativeagency.com/

    #1303393
    Christopher
    Moderator

    Hi there,

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

    .ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text {
        font-size: 12px;
    }

    Hope that helps.

    #1306301
    ldollard
    Participant

    that didn’t help at all, i need to remove the extra black space, i’l the one under about

    #1306623
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please try following code and let us know how it goes:

    .ubermenu-skin-trans-black-hov .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
        padding: 10px !important;
    }

    Thanks.

    #1307536
    ldollard
    Participant

    no luck with that either.

    #1307595
    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

    #1307647
    ldollard
    Participant
    This reply has been marked as private.
    #1308061
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. Do you want something like this?

    If that is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .ubermenu .ubermenu-item.ubermenu-item-3965 {
        position: relative;
    }
    
    .ubermenu .ubermenu-item.ubermenu-item-3965 .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
        width: auto !important;
        left: 0;
    }

    Hope this helps. Please let us know how it goes.

    #1308180
    ldollard
    Participant
    This reply has been marked as private.
    #1308208
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! It turns white because you have added a custom css. You’ve got this code:

    .entry-header a {
      color:#566471;
      text-transform:uppercase;
    }
    
    .entry-header a:hover {
      color:#fff;
    }

    Please change the color to something dark and see the difference.

    Please let us know how it goes.

    #1308750
    ldollard
    Participant

    great thanks, so i dont look a complete idiot, this was entered by someone else lol

    #1308848
    Joao
    Moderator

    Glad to hear we managed to help 🙂

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