Need to get rid of space between header bar and Logo

Discussion in 'Andrina WordPress Theme' started by thouston, Feb 25, 2013.

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

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    Need to get rid of space between header bar and Logo. I set the padding at 0px, but it doesn't fix it.


    See what I mean here
    http://www.eventsbyroyalresorts.com

    Thank you in advanced!
     
  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:
    .header {
    padding-top: 0px;
    }
    .social-links {
    padding-bottom: 0px;
    }
    .header .logo img {
    margin-top:0px;
    }
    #menu .ddsmoothmenu {
    margin-top: 70px;
    }
    
    Adjust the value '70px' as per your requirement.
    This will solve your issue.
     
  3. thouston

    thouston New Member

    Joined:
    Feb 11, 2013
    Messages:
    10
    Likes Received:
    0
    AWESOME! THANK YOU!
     
Thread Status:
Not open for further replies.

Share This Page