Viewing 3 replies - 1 through 3 (of 3 total)
  • If you want to center the input fields to the submit button then try adding the following to the custom css

    input[type="text"], input[type="email"] {
      margin-left: 24%;
    }
    Thread Starter Claudia

    (@imegahappy)

    Hi Dazzy,

    Thank you, but that didn’t seem to fix it.

    Hi Claudia

    Looking at your page it doesn’t look like you have changed anything.

    At the moment you have margin-left still set to 10px. It needs to be set to 24%.

    Do you have a cache plugin? If so clear the cache.

    Can you try again to put it in you custom css or try to put in your child theme css file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Landing Pages] Center/Align Form?’ is closed to new replies.