I am a css beginner and that is the root of the problem. Here's what I'm struggling with...
My form has excessive amounts of space between elements (http://calgarynewhomefinder.com/find-a-home/). I'm using Weaver 2.2.6 as my theme.
After several hours of research I've figured out that
A) forms inherit styles from the theme - thus the spacing problem
B) To make the forms look the way I want them to I need a custom forms.css file (as the instructions say not to change the existing one).
I get the basics of css and know how to use Firebug
but...
every post and online resource I can find seems to assume that I know how to create a custom forms.css file and that I know how to make my forms reference that file for formatting. (Ok, the creating part isn't hard - just copy the existing file and make changes).
Unfortunately I have no clue of...
A) Whether my customized forms.css file should be given a different file name and put in the same folder as the original forms.css or I should give it the same name and put it somewhere else and
B) How to make the forms use my custom file instead of the default forms.css (this is the big mystery at this point!)
Instructions or a link to somewhere that will explain this procedure will be appreciated.