Hallo,
i used the transparent header on desktop where the logo is placed on the bg image. But on mobile i receive always the white background bar with logo above the image. How can i have the same like desktop?
Hey Sebastian,
A mobile transparent header is not an option in the theme, it can be achieved with custom css. There is not one solution for all sites, so you may need to adjust the top margin some:
@media only screen and (max-width: 766px) {
.responsive #top #main {margin-top: -80px!important;}
#top #wrap_all .av_header_transparency {background-color: transparent!important;}
div#header_main > .container {display: block !important;}
}
Best regards,
Mike
