• Resolved sorto

    (@sorto)


    Hello,

    I have a site running the most recent version of Woocommerce (at least until Monday’s update) and the theme “The One Pager” from Woothemes. When I add this plugin, all functions well except there is no spacing between the radio button and the variation text.

    I am having trouble finding css that will add a few spaces between.

    Any help is appreciated.

    https://www.ads-software.com/plugins/woocommerce-radio-buttons/

Viewing 1 replies (of 1 total)
  • Plugin Author DesignLoud

    (@designloud)

    You can look at our plugins variable.php file to add spaces between the labels and radio inputs.. It will be found in Single-product > Add-to-cart > variable.php

    You could also use a pseudo class in your css like label:after or input[“radio”]:before {content: ” “; }

Viewing 1 replies (of 1 total)
  • The topic ‘No space between radio button and variation text.’ is closed to new replies.