Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396542
    oleviolin
    Participant

    I have a footer menu with 10 items, when it colapses on a phone, only 8 items has blue background so the last menu items cannot be seen.
    http://oelejr-ferie.dk

    #1396638
    Rupok
    Member

    Hi there,

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

    @media only screen and (max-width: 959px) {
    .x-colophon .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    	font-size: 16px;
    	line-height: 1;
    	padding-bottom: 5px;
    	padding-top: 5px;
    }
    }

    Hope this helps.

    Cheers!

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