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

    (@kraftbj)

    Code Wrangler

    Hi Ed,

    Can you send me a link to your site where the plugin is activated and the widget is on the page?

    I may be able to help if I can see it in action.

    Cheers!

    Thread Starter edferrigan

    (@edferrigan)

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    A couple of other suggestions I’d make:
    Line 1445 of your theme’s style.css, I would change .enews #subbox { to .enews #subbox, .enews #subbox1 { and I would add a new rule:

    .enews #subbox1 {
    background: #fff;
    }

    That would make the first name field visually match the e-mail field (making them the same width) as well as take off the envelope icon for the name field.

    To remove the center justification, remove the text-align: center; rule that is in the section beginning on line 1412 of your theme’s style.css. That would allow both input fields and the submit button to left-justify.

    Hope that helps!

    Thread Starter edferrigan

    (@edferrigan)

    Still showing on the posts page:
    http://www.greatlifesoftware.com

    This is a unique feature of the Balance Theme. It only shows up on latest “posts”. That said I think this is the CSS that applies to it? I think it’s input type but I don’t see any “center” command there.

    [No need to post CSS – it’s all visible on your site; and you must use the code buttons for posting any code here, please.]

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Well, let’s back up a bit.

    The link your sent originally: http://www.greatlifesoftware.com/samples/
    appears to have had the text-align:center; removed near line 1412, so the original issue as submitted is resolved.

    As far as the envelope, it appears the new rule mentioned above wasn’t added:

    .enews #subbox1 {
    background: #fff;
    }

    The centering issue on the homepage is handled near line 548 using a text-align: center;

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Genesis eNews Extended Name and email centered not aligned left’ is closed to new replies.