Hello! Just wondering how I remove the blank page header appearing on my Single Event pages? I'd like the content right up under the nav bar. My site is here -
http://www.webfactory.com.au/testsites/mullavilla/events/italian-banquet-night/Any advice greatly appreciated. Thank you!
Regards
Melanie
Comments
because it's a plugin page, you can move it up with an extra css only:
.single-event #Subheader { display: none !important; }body.single-event #Header { min-height: 0 !important; }
Regards
Melanie