http://trueffort.com/
In the newsletter registration is there a way to put the last name entry below the first name entry instead of the way it is now next to each other?
http://trueffort.com/
In the newsletter registration is there a way to put the last name entry below the first name entry instead of the way it is now next to each other?
Sure is, try placing this into your theme's stylesheet:
[css]
#input_2_2_6_container {
float: none;
clear: both;
padding-top: 10px;
}