• Resolved devansh1995

    (@devansh1995)


    please view the url in mobile. i have some variations text little long but in swatches plugin its not displaying the values correctly. Increase height of swatches box isn’t solution because i can’t increase it for all products. Only certain products have this long variation name. i can’t decrease font size any further. Please help me with a solution to it.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support fizanzvai

    (@fizanzvai)

    @devansh1995

    Thanks for reaching out to us. You can try the following CSS at Appearance > Customize > Additional CSS

    .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
       height: auto;
    }

    I hope it will help you to achieve the goal.

    Thanks

    Thread Starter devansh1995

    (@devansh1995)

    thanks for the help. the height issue is resolved but i need text left align. how can i do that?

    Plugin Support fizanzvai

    (@fizanzvai)

    @devansh1995

    Try the following CSS as well:

    @media screen and (max-width: 980px){
        .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
            text-align: left;
        }
    }
    Thread Starter devansh1995

    (@devansh1995)

    thanks it worked.

    My another question is when i variation is selected the active variation is highlighted by bold black border. i want to change the bold black to bold #5e17eb

    how can i achieve this?

    Plugin Support fizanzvai

    (@fizanzvai)

    @devansh1995

    Unfortunately, this query is related to our Premium Feature, please contact us directly on our site:?https://getwooplugins.com/tickets/?or knock us from the chat system on the website.

    Commercial/Pro/Premium product support is not permitted in the forums.
    We can provide support for the free version only. This includes any pre-sales topics as well. Please check here: https://www.ads-software.com/support/guidelines/#do-not-post-about-commercial-products to know the guidelines of the Support Forum.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘broken layout’ is closed to new replies.