Topic Resolution: Resolved
  • Closed
  • Graham Newell
    Spectator
    September 20, 2015 at 2:14 pm #20795

    Hi,

    Is it possible to change the height in pixels of each dropdown menu item box? I have a dropdown that contains 16 iteems and I would like the entire list to display on smaller screens.

    http://79.170.44.204/sporting-scene.com/

    Thanks.

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2015 at 9:30 am #20796

    Hi,

    Please try the following code in your Theme Options -> Custom CSS

    #nav ul li ul li a {
    padding: 3px 10px !important;
    }

    adjust the 3px which is “spacing” between top and bottom of each menu item in the dropdown.

    Thanks!

    Graham Newell
    Spectator
    Posts: 104
    September 21, 2015 at 11:35 am #20799

    Excellent, thanks.