Sub menu container (text) length

Discussion in 'Harrington- A WordPress Business Theme.' started by tawemedia, Jun 29, 2014.

Thread Status:
Not open for further replies.
  1. tawemedia

    tawemedia Member

    Joined:
    Feb 6, 2013
    Messages:
    40
    Likes Received:
    0
    Hi, I'm using the Harrington theme and would like to know if it's possible to increase the text width size on the sub menu container as the text rolls over onto the next line.

    Regards, Paul
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu .ddsmoothmenu li li a {
    width: 184px !important;
    }
     
    #menu .ddsmoothmenu li ul {
    width: 210px !important;
    } 
    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     
  3. tawemedia

    tawemedia Member

    Joined:
    Feb 6, 2013
    Messages:
    40
    Likes Received:
    0
    Thanks Gourav it worked a treat :)
     
Thread Status:
Not open for further replies.

Share This Page