How do I reduce white space above 4 feature boxes?

Discussion in 'ColorWay WordPress Theme' started by deegalloway, Feb 4, 2013.

  1. deegalloway

    deegalloway New Member

    Joined:
    Jan 13, 2012
    Messages:
    7
    Likes Received:
    0
    Location:
    Denver, Colorado
    http://spiritualsproject.org/reap/

    --------------------


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-wrapper .content-info {
    margin-bottom: 0px;
    }
    .content-wrapper #content {
    margin-top: -30px;
    }
    You can put the value of margin-bottom and margin-top, as you required.
    This will solve your issue.

    Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .content-wrapper .content-info {
    margin-bottom: 0px;
    }
    .content-wrapper #content {
    margin-top: -30px;
    }
    You can put the value of margin-bottom and margin-top, as you required.
    This will solve your issue.

    Thanks.
     

Share This Page