Colorway theme header

Discussion in 'ColorWay WordPress Theme' started by marketingtypeguys, Mar 31, 2015.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    Hi All.

    I'm trying to reduce the padding around the logo on the Colorway theme. Looking through your forums, I've tried the standard CSS suggested, and it doesn't work. I have been able to reduce the top space with this:

    .header {
    margin-top: -30px ! important;
    }


    but not the bottom.

    You can view the site here : www.yourfreerooferwebsite.com

    I'm looking to reduce the white space below the header logo and menu.

    Thanks!

    Chris
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Apply the below given code :

    Code:
    .logo {
      margin-bottom: -38px;
    }
    Regards,
    Sameer
     

Share This Page