Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Answered

Change sizen on a box in a marketing form?

Posted on by 235

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? 

pastedimage1592987710554v1.png

Thank you :)

Camilla

  • Camilla Larsson Profile Picture
    Camilla Larsson 235 on at
    RE: Change sizen on a box in a marketing form?

    I have now tested this and it is working. Thank you for your help :)

  • Camilla Larsson Profile Picture
    Camilla Larsson 235 on at
    RE: Change sizen on a box in a marketing form?

    Thank you Clofly :) I will try this.

  • Verified answer
    cloflyMao Profile Picture
    cloflyMao 25,198 on at
    RE: Change sizen on a box in a marketing form?

    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;
    }

    0830.JPG

    Result:

    pastedimage1593050910777v1.png

    With inspector(F12), we can find that all checkbox elements will be applied with the custom rule.

    3618.Capture.PNG

    Regards,

    Clofly

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.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans