Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    Thanks for posting. The subheader content can be set in the plugin’s settings. In that field in the plugin settings you can add your own HTML code as well. So, if the intent is to add some spacing below the subheader, one option would be to add the spacing in that subheader field with your own HTML code (ex. “br” tags). It looks like you may have actually already implemented that. If you still need assistance with the subheader spacing, let me know about the specifics of the spacing you’re looking for and I’d be happy to help.

    For the subscribe button, you’ll want to add some CSS to your theme’s stylesheet. THe best way to identify what CSS needs to be added is by using something like Firebug or the inspect element tool in a browser like Chrome. So, for example, if you want to add spacing to the subscribe button, you could add something like this:

    .mc_signup_submit {
    margin-top: 10px;
    }

    Which adds 10 pixels of spacing above the subscribe button.

    As far as changing the colors inside the form fields, adding this bit of CSS code should do the trick:

    #mc_signup_form .mc_input {
    color: red;
    }

    if you have any other questions, let me know!

    -tk

    Thread Starter sunnysangster

    (@sunnysangster)

    Perfect!!!!
    Thanks soooooo much!
    ~Ss

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form items are all squished together’ is closed to new replies.