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:
Can you help me fixing that?
Thank you.
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
Thank you so much @Yigit! Problem fixed, you can close the thread.
Thank you again :)