- This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – Terms & Conditions Checkbox on wrong line
The Check box for Terms and Conditions is showing by itself on the line above “I agree to the Terms & Conditions”. Is it possible for the check box to be on the same line as the “I agree” verbage?
[http://sandbox.theweboasis.com/freedom-encounters/testing/]
It is likely your theme is specifying some CSS to make the label element break the line.
Do the following:
1) Grab this plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following custom CSS in there:
.eStore_pp_buy_now_wrapper label{
display: inline;
}
That fixed it. Thank you so much for your help!