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

    Hi Guys,

    I’m building the site https://twholm.com. I set the transparent header.

    On mobile view the header doesn’t show over the Fullscreen Slider element I put at the top of the page, as it does correctly on the desktop view.

    It displays a white space instead. See below:

    Image

    Can you help me fixing that?

    Thank you.

    #1057726

    Hey Antonio,

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #1057732

    Thank you so much @Yigit! Problem fixed, you can close the thread.

    Thank you again :)

    #1057734

    Hi,

    You are welcome! Always happy to help :)
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with mobile view’ is closed to new replies.