Link to home
Start Free TrialLog in
Avatar of Brenda Jansson
Brenda Jansson

asked on

Having a problem with coding an html form

I'm building a form to do a quick search for real estate listings. There is something wrong with the formatting with the very last set of 'select options' however and i can't figure it out. I use WordPress so i'm new to forms anyway. I do know that the city values and property type values are correct. MLS ids are correct.

It's got to be something simple i just can't fix it.
works.txt
breaks-the-site.txt
codes-put-together.txt
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Do you have link
Avatar of Brenda Jansson
Brenda Jansson

ASKER

Works but no Property Type choice: http://crawfordolson.com/
Broken with added code: http://crawfordolson.com/clone/
Part of the problem is the working site has this style below applied to the following
<div class="wpb_column vc_column_container vc_col-sm-3 vc_col-has-fill">
   <div class="vc_column-inner vc_custom_1497029292224">
      <div class="wpb_wrapper">

Open in new window

Which is missing from the "broken" site
Missing style
.vc_custom_1497029292224 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	border-top-width: 3px !important;
	border-right-width: 3px !important;
	border-bottom-width: 3px !important;
	border-left-width: 3px !important;
	padding-top: 17px !important;
	padding-right: 17px !important;
	padding-bottom: 17px !important;
	padding-left: 17px !important;
	background-color: #e1cba2 !important;
	border-left-color: #ffffff !important;
	border-left-style: solid !important;
	border-right-color: #ffffff !important;
	border-right-style: solid !important;
	border-top-color: #ffffff !important;
	border-top-style: solid !important;
	border-bottom-color: #ffffff !important;
	border-bottom-style: solid !important;
	border-radius: 3px !important;
}

Open in new window

ok, well i tried adding this but it didn't work. Can you please send instructions?
Try adding this to the stylesheet of the broken site
.vc_custom_1497029292224 {
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	border-top-width: 3px !important;
	border-right-width: 3px !important;
	border-bottom-width: 3px !important;
	border-left-width: 3px !important;
	padding-top: 17px !important;
	padding-right: 17px !important;
	padding-bottom: 17px !important;
	padding-left: 17px !important;
	background-color: #e1cba2 !important;
	border-left-color: #ffffff !important;
	border-left-style: solid !important;
	border-right-color: #ffffff !important;
	border-right-style: solid !important;
	border-top-color: #ffffff !important;
	border-top-style: solid !important;
	border-bottom-color: #ffffff !important;
	border-bottom-style: solid !important;
	border-radius: 3px !important;
}

Open in new window

This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.