Menu drop downs

Discussion in 'Cloriato WordPress Theme' started by nfelectrical, May 22, 2013.

  1. nfelectrical

    nfelectrical New Member

    Joined:
    Mar 19, 2013
    Messages:
    13
    Likes Received:
    0
    Hi, Could you tell me how to make the menu drop down boxes smaller so as the fit around the text instead of being so big and chunky?

    Also when accessing the menu feature on my smartphone/Iphone the alignment is all over the place. Could you advise on a solution.

    http://www.nfelectrical.co.uk




    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li ul {
    width: 100px!important;
    }

    Increase or decrease width according to your requirement.
     

Share This Page