Space above the Colorway frame

Discussion in 'ColorWay WordPress Theme' started by johnonlineuk, Mar 16, 2013.

  1. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    I want to reduce the space between the top of the frame and the top of the browser. Is that possible?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .container{
    margin-top:5px!important;
    }
     

Share This Page