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
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.
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
@mensmaximus
a colorsection is always fullwidth and i am not aiming at fullwidth
@yigit
a bit oldschool but it works
thanks
Solved