Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #413538

    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?

    #414636

    Hey foamymedia!

    Add this to your custom CSS.

    @media only screen and (max-width: 767px) {
    #header { position: absolute !important; }
    }

    Best regards,
    Elliott

    #414645

    hi, thanks, this was suggested before and we did this however it messes up the layout our blog header…

    #415091

    Hey!

    You can try this:

    @media only screen and (max-width: 767px) {
    .responsive .page #wrap_all #header {
      position: absolute;
    }}

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.