CMS Development

mitchellkp
Top Contributor

Radio button + labels not looking good

SOLVE

Radio buttons are too close to the labels and the buttons themselves are cut off. Any advice for better alignment?

https://info.alianza.com/customer-notifications

0 Upvotes
1 Accepted solution
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Radio button + labels not looking good

SOLVE

@mitchellkp - Not inline.

You can add that to your stylesheet for the page.

View solution in original post

0 Upvotes
3 Replies 3
tjoyce
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Radio button + labels not looking good

SOLVE

@mitchellkp - try:

.landing .widget-type-form .hs-form label.hs-form-radio-display input {
    margin-right: 5px;
}
.landing .widget-type-form .hs-form label.hs-form-radio-display {
    padding-left: 2px;
}

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

0 Upvotes
mitchellkp
Top Contributor

Radio button + labels not looking good

SOLVE

Thanks @tjoyce! Where should I put that? Inline stylings on what part of the template?

0 Upvotes
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Radio button + labels not looking good

SOLVE

@mitchellkp - Not inline.

You can add that to your stylesheet for the page.

0 Upvotes