• Hi there,

    I’m trying to move a subscribe button to be directly after an email field in the footer of my website:

    https://dev.dreamasreality.com

    Currently the button is directly below the email field but despite playing around with margins, I can’t seem to get the positioning right.

    Any help would be appreciated…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Marzypann

    (@marzypann)

    I have been using firebug (firefox version) but with no luck…

    The most I can get it to do it move slightly to the right.

    I’m sorry but it is really beyond the scope of these forums to deal with general CSS issues. Try a dedicated CSS resource such as https://www.css-discuss.org/ instead.

    You have that button in a div with the “clear” on it:

    <div class="clear">
    <input id="mc-embedded-subscribe" class="button" type="submit" name="subscribe" value="Subscribe">
    </div>

    Thread Starter Marzypann

    (@marzypann)

    Hi WPyogim,

    Yeah, it’s a mailchimp embed, so I’m working with their default HTML & styling myself.

    I can edit the HTML, was just trying to determine where I was going wrong based on applying CSS that didn’t seem to be doing the job.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trying (but failing) to position a simple button…help!’ is closed to new replies.