reduce height of Main Feature Heading

Discussion in 'GoldenEagle WordPress Theme' started by president, Dec 21, 2012.

  1. president

    president New Member

    Joined:
    May 21, 2012
    Messages:
    4
    Likes Received:
    0
    In the Homepage Feature Area, we need to REDUCE the height of the Main Feature Heading, again to make more of the landing page immediately available to the visitor's eyes.

    Any CSS to reduce that height?

    many thanks
    Luiz
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content {
    margin-top: 10px;}
    .main_container {
    padding: 0px 0;}
     

Share This Page