Home › Forums › Jevelin Theme › Tooltip image position
Home › Forums › Jevelin Theme › Tooltip image position
Hi,
I have an issue with image tooltip on Jevelin template : Indeed,
images are not displaying in front, it is under thext.
I verified the code about the z-index, and I have this :
.sh-image-point-tooltip { z-index: 999999!important; }
.sh-image-point:hover{ z-index: 9999!important; }
Can you help me ?
Kind regards,
Hi @marion,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Kind regards,
Shufflehound team
hi,
Thanks for your reply.
Here is the URL : http://www.lesforeziales.fr/nos-salles-de-seminaires-loire-42/
Kind regards,
Marion
You can try resolving this issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-column-a96cd8cb53f3276e9c51a67a87653b58 .sh-column-wrapper {
z-index: 9999;
}
Unfortunately, tooltip images are not responsive (please see screenshot attached). Any solution for this ?
It’s Unyson plugin issue. We can’t make it 100% responsive but can improve a bit by using below custom CSS code.
@media (max-width: 768px) {
span.sh-image-point-tooltip {
left: -130px;
top: 35px;
}
}
Hi,
It didn’t change anything… 🙁
I can see it does work on smaller mobile screens less than 768px as shown in the attached screenshot.
Please advise on what screen size you are testing it.
I can see it is different URL in your shared screenshots so could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Also doesn’t this happen on http://www.lesforeziales.fr/nos-salles-de-seminaires-loire-42/ ?