Site logo

[Resolved] Radio button and label are not eaqual

Home Forums Support [Resolved] Radio button and label are not eaqual

Home Forums Support Radio button and label are not eaqual

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2488497
    John

    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

    #2488543
    Fernando
    Customer Support

    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?

    #2488551
    John

    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!”

    #2488638
    David
    Staff
    Customer Support

    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.

    #2488682
    John

    Solved!

    Thanks

    #2488704
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.