Hi I would like to reduce the margins (top/bottom) in feature content area as show in the below pix. I appreciate your help.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content .feature-content{ margin-bottom:20px; } .content{ margin-top:30px; } .index-container .full_cols{ margin-bottom:20px; } Adjust its value as per your requirements.