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
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content { margin-top: 10px;} .main_container { padding: 0px 0;}