Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1495813

    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?

    #1495827

    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

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