Inline the search box and button on same line
-
Dear Sir/Madam,
I install the bbPress and find the search box and button are in separate line, I review the code of form-search.php
<form role="search" method="get" id="bbp-search-form" action="<?php bbp_search_url(); ?>"> <div> <label class="screen-reader-text hidden" for="bbp_search"><?php _e( 'Search for:', 'bbpress' ); ?></label> <input type="hidden" name="action" value="bbp-search-request" /> <input tabindex="<?php bbp_tab_index(); ?>" type="text" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" name="bbp_search" id="bbp_search" /> <input tabindex="<?php bbp_tab_index(); ?>" class="button" type="submit" id="bbp_search_submit" value="<?php esc_attr_e( 'Search', 'bbpress' ); ?>" /> </div> </form>
There is not line break tag <br> between the input element, does anyone know how I can remove the break?
Best regards,
Kelvin.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.