Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Sure thing.
    Edit line 1297 (or close to there if you’ve edited other things previously) from
    .enews #subbox {
    to
    .enews #subbox, .enews #subbox1, .enews #subbox2 {

    If you want to pull the submit button up, adding something like:

    .enews #subbox {
    width: 74%
    }

    could do it (note this is in addition to the existing CSS block that we changed above. You can’t just edit the width: 100% line of that one without changing all of them!)

    Thread Starter Bettina

    (@skellyct)

    Thanks for speedy reply Brandon. Will give this a shot in the next few days.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS help for name field on Executive theme’ is closed to new replies.