Avada › Forums › Community Forum › Overlapping element
Tagged: css, z-index, popup, overlapping text, date picker
-
AuthorPosts
-
Can’t figure out how to set the booking engine calendar to display on top of the body text . Please give a look at this page and if you click on the date calendar you will see what I mean :
https://www.leterrazzedelchianti.it/site/portfolio-items/la-soffitta/
Hi,
The
z-index
for the Fusion row that contains your date-picker needs to have a z-index of 11 or higher. Because the row below it has a z-index of 10. You can try to assign that row a CSS class name, then add custom CSS to your page to set the z-index. E.g./* This CSS class name should be equal to the date picker row class name you choose. */ .date-picker-row { z-index: 11; }
See the screen capture below.
Thanks!
You’re the man, and an asset to this forum !
Thanks again.Thank you so much; this was helpful.
Thank you soooooo much dude…saved me some time indeed. 😉
-
AuthorPosts
- You must be logged in to reply to this topic.