• Resolved AmyRogers0111

    (@amyrogers0111)


    I’m working on a the Studiopress Winning Agent Pro at this site:

    cidtestsite.org

    I’d like to get the input fields stacked on top of eachother, but they want to line up (which is infuriating because I’ve tried to make that happen on other websites and it was a beating!).

    Can you tell me what I”m missing to get them to stack instead of line up?

    Thanks!

    https://wordpress.org/plugins/genesis-enews-extended/

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

    (@kraftbj)

    Code Wrangler

    Looking at your existing CSS, you could do something like:

    .enews-widget input {
    display: block;
    }

    and remove the float: left;

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Formatting Enews’ is closed to new replies.