Remove space/padding(?) above and below menu bar

Discussion in 'Infoway WordPress Theme' started by v4sb, May 5, 2013.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to remove the space above and below the menu bar, so that it is flush with all of the elements and runs seamlessly without any 'dead' space.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .menu_bar {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: -16px;
    }
    Adjust these values as per your requirement.
     

Share This Page