GeoDirectory SupportGD Search widget style – GeoDirectory Support https://wpgeodirectory.com/support/topic/gd-search-widget-style/feed Wed, 04 Feb 2026 03:48:23 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/gd-search-widget-style/#post-6679 <![CDATA[GD Search widget style]]> https://wpgeodirectory.com/support/topic/gd-search-widget-style/#post-6679 Sun, 29 Jun 2014 05:59:21 +0000 pix3x Hi, I am stuck with the CSS formatting of the GD Search widget. I would like to have wider and taller style similar to http://www.gohairgo.com/search/ with a nice button. What is the recommended CSS code for this as I puzzled with what classes do what (.geodir-loc-bar, .geodir-loc-bar-in, .geodir-search, .geodir-search input[type=”text”], .geodir-search .geodir_submit_search, .geodir-search input[type=”button”], .geodir_submit_search:hover, etc.). I tried to inspect elements of ‘gohairgo.com’ in the Firefox but no luck yet.

]]>
https://wpgeodirectory.com/support/topic/gd-search-widget-style/#post-6683 <![CDATA[Reply To: GD Search widget style]]> https://wpgeodirectory.com/support/topic/gd-search-widget-style/#post-6683 Sun, 29 Jun 2014 07:34:00 +0000 Guust gohairgo used something like this

#geodir_advance_search-4 > form > div > div > div > input.search_text {
width: 40% !important;
height: 50px !important;
}
#geodir_advance_search-4 > form > div > div > div > input.snear {
width: 40% !important;
height: 50px !important;
}
#geodir_advance_search-4 > form > div > div > div > input.geodir_submit_search {
width: 15% !important;
height: 50px !important;
float: right !important;
}

]]>
https://wpgeodirectory.com/support/topic/gd-search-widget-style/#post-6686 <![CDATA[Reply To: GD Search widget style]]> https://wpgeodirectory.com/support/topic/gd-search-widget-style/#post-6686 Sun, 29 Jun 2014 08:36:25 +0000 pix3x Thanks

]]>