I don't need the third and fourth feature sections of the home page. Leaving them blank results in empty page space on the page and small boxes where the icons should be. How can I remove this space? http://yellowhornetmfg.com Thanks, Keith
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .index-container .full_cols display: none; } .content .feature-content { margin-bottom: 0px; } It will resolve your issue. Thanks & Regards Yogesh Bhade