Home Forums WoodMart support forum Checkbox alignment issue with plugins

Checkbox alignment issue with plugins

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #131357

    sanchitgoyal
    Participant

    Hello

    I am using woocommerce custom fields plugin to display custom fields.

    When the field is checkbox on woodmart theme the box and the option is displayed in 2 lines-

    http://prntscr.com/oakuo1

    on other theme such as storefront it is displaying correctly.

    http://prntscr.com/oakv8n

    The issue happens everytime a new option is created. Please confirm how to resolve this.

    #131395

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wccf_field_container_checkout_field label, body .wccf_field_container_user_field label {
    	display:inline-block;
    }

    Best Regards

    #131491

    sanchitgoyal
    Participant

    Thanks. Please confirm which code to add to display the same on product page as well.

    http://prntscr.com/ob1izr

    #131506

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body div.wccf_field_container li label{
        display:inline-block;
    }

    Best Regards

    #131585

    sanchitgoyal
    Participant

    Thanks a lot! This code seems to work site wide so I guess there is no need to add the above code now which worked only on the checkout page!

    #131616

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)