Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1184154

    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

    #1184473

    Hey bramblejam,
    Thanks for the link, please try this css

    #footer {
    	z-index: 0;
    }
    .datepicker.datepicker-dropdown {
    	z-index: 50;
    }

    Expected results
    2020-02-14-060200

    Best regards,
    Mike

    #1185160

    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

    #1185171

    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

    #1185178

    Thanks Mike that worked!

    #1185227

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Code block’ is closed to new replies.