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

    Hi…

    Where can I toggle a transparent Header for mobile?

    And it would be really nice if someone can give me a code for definition of header high on mobile devices… or small monitors.

    Regards, Dan

    #242515

    Hey IHEA!

    Add this on Quick CSS or custom.css:

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

    Best regards,
    Ismael

    #242562

    Ahhh, it was my fault… I have a background image defined (a one that makes the yellow line) and with this image as background, I guess there is no possibility for transparency… but maybe, we can change the code that the background image is not shown on mobile devices?!

    That would be the best solution for me I think… Cause if you have a look at it:

    http://www.habermann-gmbh.com/wordpress/

    You can see in normal browser that the header fits perfect, but on mobile device in vertical you see that the background of the header dont fits…

    Regards, Dan

    #243695

    Hey!

    Please activate Enfold and we’ll look into it. It seems like another theme is used at the moment.

    Best regards,
    Peter

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