Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #427425

    Hi, since there is now way to pass a certain CSS ID with the contact form i need to know how we can make a specific form smaller only for this URL
    http://enfold.rightlight-studios.de/services/mietstudio/

    thanx axel

    #427509

    Use a smaller column to place the form in or use a color section, give it an id and then format the form according to this id.

    • This reply was modified 9 years ago by mensmaximus. Reason: wrong checkbox selected
    #427526
    This reply has been marked as private.
    #427531

    Hey!

    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-13798 input, .page-id-13798 textarea {
      width: 80%!important;
    }

    If that does not help, please post a screenshot and show the changes you would like to make.
    In his post @mensmaximus provides a different approach to change the width of your form elements :)


    @mensmaximus
    Thanks for your help. Your post is set to private so OP cannot see the content :)

    Regards,
    Yigit

    #429119

    @mensmaximus
    a colorsection is always fullwidth and i am not aiming at fullwidth


    @yigit

    a bit oldschool but it works
    thanks

    Solved

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Size of contact-form on specific URL’ is closed to new replies.