hi Pia, there is some custom CSS code in your page which is breaking the form layout – specifically these two CSS rules:
p {
float: right;
text-align: center;
}
You can either remove these lines, or override them for the woocommerce form by adding a new CSS rule:
.woocommerce p {
float:none;
text-align: left;
}
That fixes it for me in Firefox
Dan
hi Mike
How about allowing users to prepend the default department with an asterisk? No additional UI option required!
Cheers
Dan
hi Derek
You might want to consider a non-Wordpress solution like ZenPhoto which I’m pretty certain does everything you require.
I used it on a couple of gallery projects 3 years ago and it was great, and has gone through several new versions since then.
All the best
Dan