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

    Hello!

    I’m using Contact 7 on an Enfold page and can’t seem to adjust the table width. Can you help me? Thanks!

    #311392

    A Quick CSS modification would be best for me. thanks.

    #311681

    Hi!

    Thank you for using Enfold.

    Try to change the width of the input fields using this:

    form.wpcf7-form input {
    width: 100px !important;
    }

    Regards,
    Ismael

    #311694

    Hi Ismael,
    Thanks so much for getting back to me.
    That works fine for my monitor, however it does not scale well to mobile.
    I’ve tried using percentages, it works as well, but it’s not great. Any further suggestions?

    Maybe I should use something other than Contact 7?

    thanks again for your time.

    Jeff

    #311789

    Hey Jeff

    Please add media queries to the code Ismael posted, as following

    @media only screen and (max-width: 768px) {
    form.wpcf7-form input { width: 100px!important; }}

    Regards,
    Yigit

    #312571

    Thanks so much, gentlemen, that worked.

    Best,
    Jeff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact 7 Table Width’ is closed to new replies.