• Hi all, looking for a bit of help with a problem i am having.

    Basically i have had some forms made, in HTML, CSS and they are uploaded to the root of my server in there own folders, i have set a menu link in wordpress that points to the folders but it won’t display it properly (you’ll see in a minute 🙂 )

    link to the site is here http://dreammakerbygg.se/ if you click the quote link you’ll see the problem i am having, the css is all messed up, but if you refresh the page it displays properly (i know it removes all menus ect but that is fine)

    Any help would be great

    Thanks

Viewing 1 replies (of 1 total)
  • Hey there – so I think I found your problem.

    input, select, textarea, button:not(.close) {
    width: 100%;
    height: 50px;
    border: solid 1px #dedede;
    margin: 15px auto;
    padding: 0 20px;
    }

    you need to remove these css rules. This is what’s causing the labels to jump down. You can test this by inspecting the input elements in chrome and unchecking the boxes for all the above rules

Viewing 1 replies (of 1 total)
  • The topic ‘Help with some HTML’ is closed to new replies.