Header space

Discussion in 'Infoway WordPress Theme' started by kristinechina, May 2, 2013.

  1. kristinechina

    kristinechina New Member

    Joined:
    Nov 22, 2012
    Messages:
    3
    Likes Received:
    0
    I want to shorten the space between my logo and the menu bar. I also want to bring down the Phone number to align with the logo. Screen Shot 2013-05-02 at 4.35.10 PM.png
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .header .logo {
    margin-bottom: 10px;
    }
    .header .contactinfo {
    margin-top: 27px;
    }
    Adjust margin according to your requirement.
     

Share This Page