Blogspring header reduce padding above

Discussion in 'BlogSpring WordPress Theme.' started by atlasprowriter, Jul 21, 2014.

  1. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Hi. I almost have my header where I want it, but there is too much space between the logo and the main nav above. I would like to reduce this space. Thanks! Here's the link to the site: http://floridabeacon.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header {
    margin-top: 45px ! important;
    }
     
    You can adjust the value of "margin-top" as per your requirement.
     

Share This Page