• Resolved franckwylliams

    (@franckwylliams)


    Hello
    I have a problem of empty space which is in addition to a form built into the maintenance page …
    I have just noticed that there is more code and for this space a <p> … </ p> of created
    How to remove this? (I already tried the toggle-wpautop plugin
    I wonder if we can not also removed the antispam sentence
    who comes out of I do not know where?
    cordially

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

Viewing 1 replies (of 1 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hello, you can simply add custom css to hide br tags:

    br {
       display:none;
    }

    you could also hide antispam sentence by this css:

    .frm_hidden {
       display: none;
    }

    but I am not sure, if your form will work without the antispam input completed by user..

    Hope it helps, Ales

Viewing 1 replies (of 1 total)
  • The topic ‘Espace anormal sur formulaire’ is closed to new replies.