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
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
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
Hey!
Please activate Enfold and we’ll look into it. It seems like another theme is used at the moment.
Best regards,
Peter