Having an issue with WPEC fields not lining up with the input boxes. For some reason the Address box is massive and probably causing some of it. I am sure it is a theme integration issue but need it fixed. The mis alignment issues start in step one of checkout with the SIGN IN or JOIN UP NOW boxes out of alignment and continues throughout checkout. Also under PLEASE REVIEW YOUR ORDER on step one, the Price and Total fields are too close together. I have a test purchase page here
http://lattanziowines.com/wine-2/ and an image attached
Check out the process and let me know how to remedy this.
Cheers
Arnav Joy answers:
write following in functions.php
#checkout_page_container textarea, #checkout_page_container input, #content #checkout_page_container textarea, #content #checkout_page_container input {
margin: 10px 0 !important;
width: 250px !important;
}
#content table.wpsc_checkout_table, #content table.wpsc_checkout_table tr td{
margin-left: 75px !important;
}
Arnav Joy comments:
here is the location of css
http://lattanziowines.com/wordpress1/wp-content/themes/myriad/styles/Lattanzionewnew.css
Asad Iqbal answers:
This is css issue, you are right. I can fix this. Please send me ftp access or add me on skype first: mdasadiqbal