on http://bclpower.co.uk on mobile devices the top header is blue and we want this to be transparent, the previous topic we posted fixed this, however it messed up the layout of the blog post header..
if there a way to have a transparent header on all pages on all devices?
Hey foamymedia!
Add this to your custom CSS.
@media only screen and (max-width: 767px) {
#header { position: absolute !important; }
}
Best regards,
Elliott
hi, thanks, this was suggested before and we did this however it messes up the layout our blog header…