Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1035432

    Hi there, any chance I can get some help with aligning input text box with radio button?


    Many thanks in advance! :)

    • This topic was modified 6 years ago by Steve.
    #1036055

    Hey Steve,

    Thank you for using Enfold.

    This css code should help:

    .gfield_radio input[type=radio] {
        float: left;
    }
    
    .gfield_radio input[type="text"] {
        max-width: calc( 100% - 20px );
    }

    Best regards,
    Ismael

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