• Resolved Fethallah

    (@fethallah01)



    Hello,

    I want to express my appreciation for the Swatches Variations plugin; it’s been fantastic. The tooltip feature, in particular, sets it apart from other plugins in the same category by allowing attribute descriptions to be displayed.

    However, there’s a minor issue with the tooltip display. Currently, it shows all the text in a single line, which isn’t ideal for mobile screens. On smaller screens, only the center part of the text is visible (as shown in pic 1).

    pic 1 link : https://ibb.co/n7GxrCR

    I’m wondering if you could provide a CSS solution to make the tooltip text more mobile-friendly. Here’s an example from another plugin where the tooltip description is concise and adapts well to different screen sizes (pic 2).

    pic link 2: https://ibb.co/DQpm8h4

    I’d appreciate it if you could consider implementing this improvement in a future update. But in the meantime, a CSS solution would be greatly appreciated.

    Thanks for your great work on the plugin!

    Best regards,

    (theme: astra)

Viewing 1 replies (of 1 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    @fethallah01

    Thanks for reaching out to us. I will pass this to our development team.

    You can try the following CSS at Appearance > Customize > Additional CSS

    [data-wvstooltip]:before {
        width: auto;
        height: auto;
        line-break: auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Request for Tooltip Display Improvement’ is closed to new replies.