Move the main section up - too much space

Discussion in 'GeoCraft WordPress Theme' started by leosherlock, Feb 6, 2015.

  1. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Hi there,

    How can I move the slider and main section up? There is too much space between the title and main website.

    I have attached an image.

    Thank you
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper {
      padding-top: 0px;
    }
    .header_wrapper {
      margin-bottom: 0px;
      padding-bottom: 0px;
    }
    .content_wrapper .info_bar.top {
      margin-bottom: 10px;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page