Menu size

Discussion in 'Traffica WordPress Theme' started by ste2para, Apr 20, 2017.

  1. ste2para

    ste2para New Member

    Joined:
    Mar 2, 2015
    Messages:
    8
    Likes Received:
    0
    Hi how do I change the size of the menu. so that the size of the menu box is the same size as the text?
    screen.jpg
    Website is www.veteransinsefton.org
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    I didn't get your query, Sorry:-(

    Could you please elaborate it a bit more.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. ste2para

    ste2para New Member

    Joined:
    Mar 2, 2015
    Messages:
    8
    Likes Received:
    0
    with the main menu this is fine however. when you go down to a child menu the text maybe 10 chars long but the box its in maybe 20 chars long . is there
    anyway of making the "boxes" the same width as the text.
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    You can try the below custom CSS code, maybe it will resolve your issue.
    Code:
    #menu li .children li .children li {   
        width: 100%;
    }
    #menu .ddsmoothmenu li li a {
            width: auto;
        }
        ul.children {
        width: 100%!important;
    }
    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page