Can anybody assist with the enews extended plugin and legacy template from appfinite
http://www.aussiehelpers.com/guest-speaker
Trying to isolate the first name and last name fields so I can widen them.
When I stretch code from
.enews #subbox, #subbox1, #subbox2, .s {
margin: 5px 0 0;
padding: 6px 5px;
to
.enews #subbox, #subbox1, #subbox2, .s {
margin: 5px 0 0;
padding: 6px 65px;
it stretches the search box width
It also makes the text in the middle of the First and Last Name align centre, how can I align that left?
How can I isolate the search box please