Hi all,
We would like to hide (or put it in the background) the review widget when we open the contact widget (not elfsight).
Here you see the review widget blocking the contact widget.
Is there a way to lower the Z-index of the review widget ?
Kind regards
Max
3
Welcome to the Community, @Michiel_von_der_Cron 
Sure! I’ve forwarded your request to the devs and will update you once the solution is ready 
Max
5
Hi there, @Michiel_von_der_Cron 
Please try to add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it worked:
@media screen and (max-width: 480px) {
.slide-in-position-container {
justify-content: flex-end;
padding-right: 12px;
}
.slide-in-position-container {
z-index: 999999 !important;
}
}
Thanks Max. I confirm that this solves the issue
Really appreciate the help
Max
7
Awesome, you’re most welcome 
In the meantime, we’d like to invite you to join our Giveaway, where you could win 4 FREE Months for your subscription.
Check the details and join in: May Giveaway: Celebrate Community Anniversary & Win 4 FREE MONTHS! 🎁