Site logo

Archived topic

Radio button and label are not eaqual

5 replies · Started by John on January 9, 2023

Viewing posts 1–6 of 6

Hello,

I have added some custom code but got a problem.

Seems radio buttons are slightly upper than their label.

I tried some CSS but not working.

Please help me.

Thanks

Hi John,

I can't seem to locate the Radio buttons on the link provided.

Can you point us to where we need to look specifically or if we need to do something to make it appear?

Sorry, I did make some changes in the sidebar and the section was removed.

I have added the section again please visit my given link now.

The area is in the sidebar name as "Get name ideas for your new dog!"

Hi there,

the forms CSS include this:

#dog-name-generator form {
    display: flex;
    flex-direction: column;
}

This is the issue, as it makes all elements within the form to stack in a column.
Remove that CSS and the inputs and labels should automatically fall inline.

Solved!

Thanks

You're welcome

This archived topic is closed to new replies.