Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #889111

    I added this code

    <form action="http://12.178.102.99/formpost.php" method="POST">
    <fieldset>
    <p class="form_element" ><input class="text_input" name="name" placeholder="Name*" required></p>
    <p class="form_element" ><input class="text_input" name="email" placeholder="Email*" required></p>
    <p class="form_element" ><input class="text_input" name="phone" placeholder="Phone Number*" required></p>
    <input class="button" type="submit" /></fieldset> </div></section></div>
    </form>

    when I add it it in a code block it breaks the other elements of my theme and make things unresponsive. Any clue why?

    #889623

    Hey mcraig77,

    The highlighted html is not supposed to be there
    Image 2017-12-16 at 18.26.26.png

    Best regards,
    Victoria

    #892607

    Thanks Victoria – All good!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘My code is causing the responsivness in my theme to not work’ is closed to new replies.