Drop down menus

Discussion in 'Infoway WordPress Theme' started by bernz, May 14, 2013.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Hi,

    Is there a way to make the drop down menus longer, at present if the name is too long the name creates another line, I need both names on one line and cannot figure where to do this.

    The site is http://www.harmonymhbs.com to view what I am trying to accomplish.

    Thank you.
     
  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 li a {
    width: 210px;
    }
    #menu .ddsmoothmenu li li li a {
    width: 210px;
    }

    You can increase or decrease width according to your requirement.
     

Share This Page