Image points tooltip overlap problems

Home Forums Jevelin Theme Image points tooltip overlap problems

Home Forums Jevelin Theme Image points tooltip overlap problems

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • 3balls
    Participant

    Hello,

    I noticed two issues with image points.

    The attached screenshots are self-explanatory.

    1. A text from a subsequent section is shown over an image point tooltip.
    2. Another image point is shown over a current tooltip.

    Thanks for your help.

    Best regards,

    Tomas

    Attachments:
    You must be logged in to view attached files.

    3balls
    Participant

    I’m sorry, the 2nd problem (mentioned above) was caused by a custom CSS. It works fine. Please disregard it.

     

    The only problem is with a text from a subsequent section overlapping the text in an image point tooltip.

     

    Thanks!

     

    Solution for this topic

    Hi @3balls,

     

    I hope you are well today and thank you for your question.

     

    A text from a subsequent section is shown over an image point tooltip.

     

    You can resolve it 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-section-container.container.section-justify-height {
        z-index: 999;
    }

     

    Best regards,
    Shufflehound team

    3balls
    Participant

    Works great! Thank you so much.

    You are most welcome here 🙂

Viewing 5 posts - 1 through 5 (of 5 total)