Announcements
No record found.
Hi,
I have a marketing form Type Landing page, where I have add a subscriptionlist and a field to it.
Both give me boxes i can check and submitt.. The problem is that I get 2 different size on the boxes. I have tried to add a code to fix this. But my knowledge on HTML is limited. Does anyone knows a solution for this?
Thank you :)
Camilla
Hi Camilla,
You could add following CSS rule to your marketing form HTML source code to force all checkboxes have same size.
The "!important" property in CSS means that all subsequent rules on an element are to be ignored, and the rule denoted by "!important" is to be applied.
(Before end tag of Style tag)
input[type="checkbox"] { width: 25px!important; height: 25px!important; }
Result:
With inspector(F12), we can find that all checkbox elements will be applied with the custom rule.
Regards,
Clofly
Thank you Clofly :) I will try this.
I have now tested this and it is working. Thank you for your help :)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
ManoVerse 209 Super User 2026 Season 1
CU11031447-0 100
NeerajPawar 71