Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Basil Babaa

    (@bbabaa)

    Actually, when the form is generated, I am seeing in the element inspector that there is a line break between every form field and its title.

    Can this line break be eliminated?

    I am also having this problem.
    This is new, happened from the last 2 updates I think. I never had this problem before. Now I cannot style the forms anymore.

    Ok, This can be resolved if you go and edit the custom-contact-forms-front.php file from wp-content/plugins/custom-contact-forms/

    That is the file that generates the HTML structure of the forms. Look for the DIV tags in front of <label> tags. First one from what I can remember is for text fields. Below the label you will see that there is a “/n” before the <input> tag. That is PHP is a line break.
    Remove that and the
    will go away. Do the same for the other div’s.

    The thing is that when you will update the plugin all this mods will go away. So it is just a temporary fix.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Custom Contact Forms] Custom CSS’ is closed to new replies.