Reduce distance between menù items in the main menù top bar

Discussion in 'Infoway WordPress Theme' started by sannagianluca, Nov 6, 2013.

  1. sannagianluca

    sannagianluca New Member

    Joined:
    Sep 30, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Cagliari
    Dear Inkthemes Gurus,
    I need to reduce distance between items in the main menù top bar in order to let all voice to stay in the same row (now I had to cut words!).

    Thanks in advance
    Best Regards,
    Mr Gianluca Sanna
     
  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 a{
    margin-left:1px;
    margin-right:1px;
    }
     
  3. sannagianluca

    sannagianluca New Member

    Joined:
    Sep 30, 2013
    Messages:
    21
    Likes Received:
    1
    Location:
    Cagliari
    Thanks, worked good, but I need to gain more space in the top menu area, I'd like to reduce a little the rectangle area of each menù voice... How can I do it?

    thanks in advance

    Regards,
    Mr Gianluca Sanna
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    #menu .ddsmoothmenu li a {
    padding-left: 10px;
    padding-right: 10px;
    }
    You can adjust the value of "padding-left" and "padding-right" as per your requirement.
    This will solve your issue.
     

Share This Page