Change Menu Spacing to fit more items

Discussion in 'Harrington- A WordPress Business Theme.' started by lucentpools, Mar 17, 2015.

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

    lucentpools Member

    Joined:
    Oct 16, 2014
    Messages:
    37
    Likes Received:
    0
    I was wanting to change the menu spacing so that I could fit another menu item on the main menu with out it dropping down, so that the menu is one line evenly spaced. I have attached an example of before and after.
    You can view the site here. www.lucentpools.com

    Before (As it appears now)
    before.png
    After (How I would prefer it to look, evenly spaced)
    after.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi lucentpools!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li {
      margin-right: 0;
    }
    #menu .ddsmoothmenu li a {
      padding: 5px 10px 5px 10px;
    }
    Thanks,
    Praveen
     
    lucentpools likes this.
  3. lucentpools

    lucentpools Member

    Joined:
    Oct 16, 2014
    Messages:
    37
    Likes Received:
    0
    Worked Perfectly! Thank you so much!
     
Thread Status:
Not open for further replies.

Share This Page