Line 181 of corolla.responsive.style.css has a "float: left;" which is causing error messages to duck behind the Site Name and logo on the "tablet" display only. Using the browser Inspector, I saw that the left float was appearing only for the tablet display. I overrode the "float: left;" to "float: none;" using CSS Injector module, and everything looks good.
Comments
Comment #1
Jeff Burnz commentedCheers, I will take a look.