Adjust where page begins

Discussion in 'GoldenEagle WordPress Theme' started by ashleygaines, Apr 19, 2013.

  1. ashleygaines

    ashleygaines New Member

    Joined:
    Apr 15, 2013
    Messages:
    7
    Likes Received:
    0
    I want to decrease the amount gray space before the actual website starts the white box. I want to cut that in half. How do I do that.
     
  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:
    .main_container {
    margin-top: 20px;
    }
    Adjust its value as per your requirements.
     

Share This Page