<form style="float: left; width: 100%" action="<?php echo home_url( '/' ); ?>" method="get" id="searchform" class="form_search"> <?php $args = cp_get_dropdown_categories_search_args( 'bar' ); ?> <span class="fa fa-search" style="float: left; position: relative; top: 20px; left: 20px"></span> <input name="s" type="text" id="s" tabindex="1" class="editbox_search" style="margin-top: 10px; padding-left: 25px; <?php cp_display_style( 'search_field_width' ); ?>" value="<?php the_search_query(); ?>" placeholder="<?php esc_attr_e( 'What are you looking for?', APP_TD ); ?>" autofocus /> <b>in</b> <?php wp_dropdown_categories( $args ); ?> <b> in </b> <input name="s" type="text" id="s" tabindex="1" class="editbox_search" placeholder="City or Zipcode (Coming Soon)" style="margin-top: 2px; margin-left: 5px; padding-left: 10px"> <button class="btn-topsearch" type="submit" tabindex="3" id="go" value="search" name="sa" style="background: transparent; border: 0; cursor: pointer"><i style="margin-top: 3px; margin-left: 5px"></i></button> </form>
There are currently 1 users browsing this thread. (0 members and 1 guests)