How can I increase the size of the fields at the below site?
Thanks,
Patti
How can I increase the size of the fields at the below site?
Thanks,
Patti
Patti, in your theme you have a generic ul selector that has a pre-defined width:
[css]
ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
}
I'd recommend whatever ul you are targeting to have that 150px width you should make a class or id for to target more specifically.