Reduce Space between Menus

Discussion in 'ColorWay WordPress Theme' started by divinvarghese, Sep 28, 2013.

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

    divinvarghese New Member

    Joined:
    Sep 12, 2013
    Messages:
    4
    Likes Received:
    0
    Sample.png
    What Should I Do to reduce the White Space between the Menus. Its taking too much of space forcing the menu to go into 2 lines. I am using the Colorway Pro theme. I didnt have this issue in the trial version.
     
  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 li a {
    padding-left: 5px;
    padding-right: 5px;
    }
    #menu li a:hover {
    padding-left: 5px;
    padding-right: 5px;
    }
    Adjust its value as per your requirements.
     
  3. divinvarghese

    divinvarghese New Member

    Joined:
    Sep 12, 2013
    Messages:
    4
    Likes Received:
    0
    Thank You Gourav. This has fixed the issue.
     
Thread Status:
Not open for further replies.

Share This Page