Somehow and I checked all my form input css stlyes… but it makes the zip inut area about 33% of the div width. This width is not anywhere in the parent div., yet it persists.
I have used <p>, <br>, float:left, clear both, UL, nothing works
I can change the widht of the col-lg-6 to 30% and it wors but that makes everything else less in width and horrible when using a mobile device.
There way too much code to look into to post. It makes it harder to figure out…(like lookingi n a ocean when it is only in a harbor)
Out of all the form fields maybe 20, this is the only inut field which will not center and the only one with hidden text fields…so it makes sense.
have you ever dealt with something lieke this …hidden text fields that remain there and take up saapce and will not line break… I was thinking of a jquery to insert a line break
We would appreciate a link to the website and a good description of which links are not working the way you wish. Without being able to see the HTML and the CSS and how they work together, we would be guessing about solutions.
Next time I will post the page. It turned out to be a width% issue in the input field than something else in the monster code. I appreciate the help anyway.