Home › Forums › Jevelin Theme › Image Points size
Home › Forums › Jevelin Theme › Image Points size
Hi,
Here is a image point screenshot from my website :
http://www.casimages.com/i/160912121426907213.png.html
Which css code can I put to have bigger images, default size is really small.
Thank you for your help.
Kind regards,
Marion
Hi there,
You can try this CSS class below. Then you adjust width, height and so on with CSS attributes.
.sh-image-point-tooltip img { }
Regards,
Shufflehound Team
Thank you, it worked well.
But now I have another problem, image points is under the other sections, please find here a screenshot (better for explaination).
http://2016.lesforeziales.fr/wp-content/uploads/2016/09/Capture-d’écran-2016-09-16-à-12.02.39.png
Kind regards,
Hi there,
You can try this:
.sh-image-point-tooltip { z-index: 999999!important; }
Thank you,
Still the same problem even if I put this code in the customm css.
Can you give us a link to the exact page where this issue is happening?
Hi,
Here is the page link :
http://2016.lesforeziales.fr/nos-salles-de-seminaires-loire-42/
Kind regards,
Marion
Hi there,
Please try this:
.sh-image-point{ z-index: 9999!important; }
It works,
Thank you very much !
Best wishes
Nice to hear that.
Best regards,
Shufflehound Team
Seems I have another problem now…
Hi there,
Replace previous CSS snippet to this:
.sh-image-point:hover{ z-index: 9999!important; }
Best regards,
Shufflehound Team