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

    Hi,

    The trasparent header works great on normal windows but when the responsive mode is activate the transparent header put at the bottom the area that later was the background of the trasparent header.

    #549678

    Hey ttnka!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background-color: transparent;
        position: absolute!important;
    }}

    Best regards,
    Yigit

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