I have removed the breadcrumb navigation bar. How do I reduce the white space now created below the menu bar? I want to bring my content on my page up to just below the menu bar. Thanks
Hello Chris, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .heading_wrapper { padding-top: 0px; } .page-content { padding-top: 0px; }