Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Rabbi Mitterhoff

    (@ravmitterhoff)

    Please look bellow the post not to the right sidebar where I am also using it.

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Hi Rabbi,

    That’s actually a function of your theme. The plugin completely defers to the plugin for styling so there’s no competition going on.

    In your theme’s style.css (at https://rabbimitterhoff.com/wp-content/themes/parallax-pro/style.css ), look for line 767.

    The .enews-widget input rule can set the width of both the subscribe and input fields for both the sidebar and the after-entry item.

    To reduce the width of only the e-mail field on only the after-entry area, add something like this:

    .after-entry .enews-widget #subbox {
    width: 75%;
    }

    (replace 75% for whatever amount you’d like).

    Cheers!

    Thread Starter Rabbi Mitterhoff

    (@ravmitterhoff)

    Is there a way to post this form in the middle of a post or page?

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    At this time, no. It is limited to widget areas.

    Thread Starter Rabbi Mitterhoff

    (@ravmitterhoff)

    Thanks, I limited the email input field but how do I limit the button to match the lenghth

    Thread Starter Rabbi Mitterhoff

    (@ravmitterhoff)

    Can someone help me out with this?
    Also, is there any way to center the fields? They are being set to the left.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Limit the Width of the Form’ is closed to new replies.