Styling one wpcf7 form different from another form
-
Not the form fields, which you can style differently by putting a div into the form when you create it, but the form itself.
“wpcf7” identifies all these forms in CSS. What distinguishes one form from another, and what is the syntax to use in the CSS?
What I’m trying to do is specify a width difference in two different forms on a site I’m building. Form 1 should always be at 100% because it is in a sidebar. For 2 should be about 75% because it is on a page and on the landing page as well. (On the landing page, it looks even odder than it does on the link I entered above, to the page I need help with.)
I’ll also need to use max-width or min-width (I think) to know when to apply the different CSS, so Form 2 can display at 100% on mobile.
Thanks if you can help.
The page I need help with: [log in to see the link]
- The topic ‘Styling one wpcf7 form different from another form’ is closed to new replies.