• Resolved SSmeredith

    (@ssmeredith)


    Hello,
    Very useful plugin, thank you! 2 questions:
    1.) what does what does “Clear Row” do?
    2.) The dropdown is rendering incorrectly. The width shrinks based on the selection, so if you choose a short word, then change to a larger word entry, the dropdown boxes is all squished and it gets smaller all the way to 1 character wide.
    How to fix this?

    Using Avada theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    We are glad that you are enjoying our plugin.

    1.) what does what does “Clear Row” do?

    Selecting ‘Clear Row’ stops a field being shown on the same row as the previous field. Field will be forced to display on the next row.This option is used for the older version of the woocommerce. There is no need to use this option on the latest version of the plugin.

    2.) The dropdown is rendering incorrectly. The width shrinks based on the selection, so if you choose a short word, then change to a larger word entry, the dropdown boxes is all squished and it gets smaller all the way to 1 character wide.

    We could see that there is an outer class missing in your theme Avada. You can give the below style to override this for avoiding the shrinking in the dropdown.

    .avada-checkout .select2-container {
    width: 100%!important;
    }

    We hope this will help 🙂

    What do you mean by “This option is used for the older version of the woocommerce. There is no need to use this option on the latest version of the plugin.” ?

    I cant get two fields to appear on the same row and im using avada too.

    Plugin Author ThemeHigh

    (@themehigh)

    You can add the custom classes “form-row-first” and “form-row-last” in the option “Class” while adding a new field.

    If this is not working then we hope that the theme doesn’t use this class so you have to add additional CSS in the style.css file or Additional CSS in the backend.

    We hope this will help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘what does “Clear Row” do? and dropdown problem’ is closed to new replies.