Home Forums Themes Support Preschool WordPress Theme How do I align the Submit button text with the Submit button?

Viewing 5 reply threads
  • Author
    Posts
    • #8372

      Hello,

      How do I align the Submit button text with the Submit button?

      The Submit button appears to be left-justified but its text is center-justified. See image. I’d like to fix this.

      Thanks,
      Alex

      Attachments:
      You must be logged in to view attached files.
    • #8381

      Hi Lexfunk,

      I have added some line CSS below into Custom CSS:
      .button {
      background: url(assets/images/bg-btn-v2.png) no-repeat;
      font-family: Roboto;
      font-size: 14px;
      text-transform: uppercase;
      display: inline-block;
      text-align: CENTER;
      width: 159px;
      height: 37px;
      line-height: 37px;
      }
      And it is alright now.
      Please check it.

      Thanks!

    • #8430

      Thanks.

      It appears to work on mobile browser but it is still a problem on a full-sized browser. See attached image.

      Please help. Thanks
      Alex

    • #8431

      The image was too large and no convenient way to shrink it on iPhone. Please just visit the site and click on Register.

      Thanks,
      Alex

    • #8433

      Hi again,

      What do you mean? Please tell me more details what you want.
      I see it’s alright now.
      http://prntscr.com/ge9fd6
      Looking forward to your response!

      Thanks!

    • #8446

      I made a mistake. You had fixed the button on one of three forms, so you were looking at the Registration form and I was looking at the other 2 forms. So I copied the “Submit” button formatting to the other 2 forms and everything looks good.Thanks for everything.

Viewing 5 reply threads

You must be logged in to reply to this topic.