• Version 1.0.1.9

    Hi developers, I notice that in the CSS of the plugin there is a small bug, you need to enter a (minus) before 50%:

    .vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-top {
        bottom: 150%;
        left: -50%;
    }

    To allow the plug-in to function properly, you can force proper alignment by adding the following CSS:

    .vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option-tooltip-top { left: -50% !important; }

    • This topic was modified 4 years, 1 month ago by fremsoft.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Misalignment of labels on variation swatches’ is closed to new replies.