Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter PatMusic

    (@patmusic)

    Where can i edit the following divs? I can’t find them in the css but they’re showing up in firebug and if could edit them, that could be the solution 🙂

    1) div.mc_form_inside
    2) div#mc_message.updated

    Thread Starter PatMusic

    (@patmusic)

    float:left won’t do the trick the right way in this case. I had to add a fixed width of 600px to #mc_signup_form in order to have some space for the success-message:
    Here is the code:

    #mc_signup_form {
    float: right;
    width: 600px;
    }

    When I apply “float:left” to mc_merge_var and mc_signup_submit the email-textbox is aligning on the left side of the 600px width div container. The result is that there is a huge space between “Email Adress” textbox and the submit-button. Unless the success message shows up and fills this space the form looks quite messy.

    If I delete the fixed width, i’m having trouble with the success message. It’s showing up exactly where the submit button and textfield are.

    Thread Starter PatMusic

    (@patmusic)

    Hy mc_tak and thanks for your reply.

    well, i had to take the site online due to scheduling reasons and so had to make the best fix temporarely. So, actually there is just one little thing that I want to change right now 🙂

    As you can see I aligned the plugin on the right of the header bar. The “subscribe” button comes first followed by the textfield where you type in your email address. When you hit “subscribe” the success message appeares on the left of the “subscribe”-button. So far so good 🙂

    Now it would be great if could swap the order the email-address textfield and the “subscribe” button. Success message should appear where it appears right now.
    To be more specific, i’d like to have the entire newsletter thing lined up like this:

    |__Success message__| |__Email Adress__| |__Subscribe Button__|

    instead of this:

    |__Success message__| |__Subscribe Button__| |__Email Adress__|

    Thread Starter PatMusic

    (@patmusic)

    Is it possible to wrap a div container ONLY around the textbox and the button and float it to the right? Theoretically that should do the trick but i don’t know how i’d implement the plugin to that markup then.

Viewing 4 replies - 1 through 4 (of 4 total)