Custom CSS Help
-
I can’t figure out how to get custom CSS for individual elements to work. I don’t know hardly anything about CSS so it’s probably pretty simple.
One of the things I want to do is be able to customize the width of individual elements beyond quarter, third, half and full.
For example I have a checkbox that’s set to half width on the left of the form, and a free HTML element to its right set at half width, but I want that HTML element to be wider. How do I do that?
One of my problems is that I don’t know where to find all the “classes”, and what they’re called. The only ones I know are:
div.jzzf_element label
div.jzzf_element input, select, message
div.jzzf_element .jzzf_email_button
div.jzzf_element #jzzf_1_reset
div.jzzf_element #jzzf_1_update
ul li.jzzf_row
But what are the other ones? How do you find them?
- The topic ‘Custom CSS Help’ is closed to new replies.