• On my website, which can be seen here:
    https://www.minutify.com/
    I have a “Subscribe to Minutify” box. The inner box that user can enter her/his email address is narrower than the outer white box, i.e it looks something like this:

    |-------------------------------------------------------|
    |                                                       |
    |                 Subscribe to Minutify                 |
    |-----|------------------------------------------|------|
    |     |           Enter your email here          |      |
    |-----|------------------------------------------|------|

    As you can see the borders around “Enter your email here” are narrower than the wider outer box. How can I change it to something like this:

    |----------------------------------------------------------|
    |                                                          |
    |                 Subscribe to Minutify                    |
    |----------------------------------------------------------|
    |                 Enter your email here                    |
    |----------------------------------------------------------|

    Thanks for the help.

    TJ

Viewing 1 replies (of 1 total)
  • Hi TJ. Give this css a try and see how it works:

    .home input.sml_emailinput {
      width: 100%;
    }
    .home p.sml_email {
      padding-bottom: 0 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the width of email subscription box’ is closed to new replies.