ssartjb On the home page the slidehshow and on the article pages the title are still hidden behind the logo. Is it possible to add a top margin to this content that will only be visible at the narrow widths?
Try change this and adjust margin-top value accordingly:
@media only screen and (max-device-width: 480px){.responsive-enabled.toggle-menu #toolbar.zen-row-wrap{margin-top:0 !important;}}
to
@media only screen and (max-device-width: 480px){.responsive-enabled.toggle-menu #toolbar.zen-row-wrap{margin-top:0 !important;}#bannerwrap,#mainwrap{margin-top: 9em !important;}}