• Resolved genysignas

    (@genysignas)


    Hi,

    When I add the NAME field into the form, it appears aligned left rather than central like the email field, and it has a different styling from the email field (I’m trying to add the form to the copyright section at bottom of the page). What could be the reason for that?

    Thanks,
    Ignas

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    I did not see the form in the footer. Am I looking at the wrong page? Where can I find it?

    ?Thanks for letting us know.

    Thread Starter genysignas

    (@genysignas)

    Hi!

    Thanks for your reply. I had to remove the form as it looks so bad with the different styling.

    Just added it to another page here:
    https://coachingenious.com/home/

    Any ideas how to equalize the styling of the fields?

    Ignas

    Plugin Contributor Lap

    (@lapzor)

    Your theme added a lot of styling targeted specifically at our form(s) but they only changed the email field, not other text fields.

    Here is the code they added again, but I changed it so it also applies to the text fields

    .mc4wp-form input[type=”text”] {
    box-shadow: none;
    border: 1px solid rgba(123, 123, 123, 0.3);
    border-radius: 0px;
    width: 67% !important;
    float: left;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 15px;
    height: 40px;
    padding-left: 20px;
    background: transparent;
    }

    You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.

    Since this is something that is done by your theme I suggest to contact the theme developer for any further questions about this.

    Hope that helps. If you have any questions, please let us know!

    • This reply was modified 6 years, 5 months ago by Lap.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NAME field styling problems’ is closed to new replies.