How to reduce the height of the menu (and submenu items)

  • Author
    Posts
  • #37474
    Luca

    Hi!
    How can I make the menu bar slimmer?
    I have a very big menu (with lots of submenus) and I’ve noticed that it is hard to manage when viewed on cellphones.
    I need to reduce the height of the menubar and of the menu/submenu voices, but I can’t understand how to do it.
    Thanks a lot.
    Luca

    #37477
    Luca

    I’ve tried adding this to the custom CSS:

    
    #access a span {
    	padding: 10px 15px;
    } 
    
    #access ul li a span{
    	padding: 6px 10px;
    } 
    
    #access ul ul li a span{
    	padding: 6px 10px;
    } 

    But even though it kind of works, the down and the right arrows that indicate the presence of a submenu/subitem end up misaligned. What am I missing?
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to reduce the height of the menu (and submenu items)’ is closed to new replies.