Gdpr Checkbox On Shaper Floox - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Gdpr Checkbox On Shaper Floox

DB

Denis Bonetti

SP Page Builder 4 years ago

hello i had a little problem with contact form and gdpr checkbox it wasn't showed on front end

i found on forum about upgrade sp pagebuilder pro check php version delete ajax_contact folder on addons \ sppagebuilder \ floox..

i did and now text and checkbox is showed on the center of row and really big

https://www.larodola.it/contatti.html

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #13255

Hi there!

Thanks for contacting us.

You may use the following code in your custom CSS:

input[type="checkbox"] {
    width: auto!important;
}

.sppb-form-check .sppb-form-check-input {
    position: initial;
    margin-right: 5px;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
DB
Denis Bonetti
Accepted Answer
4 years ago #14674

thanks a lot it works

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #14697

You are always welcome!

You may close the post now:)

0