The mobile feature for job boards does not appear to work since it does not react to a click on the Learn More or Apply buttons (which should result in a pop up).
2 Likes
Greetings and welcome to the Community, @Tjeerd_Braunius
The issue appears because the block with the WhatsApp Chat widget is overlapping the Job Board widget.
To fix the issue, you need to install the widgets further apart, so that they wouldn’t overlap. But as a quick solution, we’ve added this code to the Custom CSS field on the Appearance tab of your widget’s settings:
.global-styles,
.fe-block:has(.elfsight-app-157b208c-6ca2-4139-a0d3-07b2c6ce7d25) {
z-index: 9;
}
Please check it out and let me know if everything is fine
1 Like
That works perfectly! Thank you so much.
3 Likes
No sweat
1 Like