Reduce space below menu bar

Discussion in 'Infoway WordPress Theme' started by chrisanscombe, Apr 16, 2013.

  1. chrisanscombe

    chrisanscombe New Member

    Joined:
    Mar 11, 2013
    Messages:
    6
    Likes Received:
    0
    I have removed the breadcrumb navigation bar. How do I reduce the white space now created below the menu bar?

    I want to bring my content on my page up to just below the menu bar.

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Chris,

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

    Code:
    .heading_wrapper {
    padding-top: 0px;
    }
    .page-content {
    padding-top: 0px;
    }
     

Share This Page