• Howdy!!

    What code can I add to center the forms input boxes and align with the submit button?

    There is a feature with this plugin where I can add ‘Custom CSS’

    I have tried a number of different codes using ‘inspect element’, however, I haven’t been able to get the form aligned.

    http://directory.imegahappy.com/go/archangel-tarot-v1/

    Thank you in advanced!! 🙂

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.