Decrease space

Discussion in 'Local Business WordPress Theme' started by gypsygal, Nov 12, 2012.

  1. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    Hello and Happy Diwali -
    I wish to decrease the space between the bottom of the lead capture area and the top of the feature area

    seofirmtampa.net
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .feature_content {
    margin-top: 0px;
    }
    This will solve your problem.

    Thanks.
     

Share This Page