Hi
I have a code block with a widget for Freetobook booking engine. The problem I have is that when you click on the drop down calendar the dates are lost under the content block below the code block. This is especially problematic on mobile devices. Is there a way to force the code block to appear above the one below?
Cheers
Kenny
Hi Mike
That works great on a desktop/laptop, but when viewed on a mobile phone the date drop down is still causing an issue – you can still see the text from the other element underneath and you cannot select a date.
Kind Regards
Kenny
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
.flex_column.av_one_half.flex_column_div.av-zero-column-padding.avia-builder-el-11 {
z-index: 0 !important;
}
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Thanks Mike that worked!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike