@ David
RE: List Horiz. instead of vert. Country State Keyword
Altering the style of drop downs is challenging… I use a third party library called Select2 to enhance the drop down selects. It is what enables the autocomplete and the “chained select” of country->state. Select2 uses rather complex markup to achieve these features which is turn make it very challenging to style. This is why I only offer it styled as is.
That said this might work:
#cn-multi-category-search span.select2.select2-container {
width: 200px !important;
}
#cn-cat-select div {
display: inline-block;
}
RE: Reduce field font size to match size of fonts above.
Maybe this will work:
#cn-multi-category-search .select2-container--sscit .select2-selection--single .select2-selection__rendered {
font-size: 18px !important;
}
RE: Change “State” field to State/Province/County
This can be done only by using the Say What? plugin. Follow this tutorial but use cn_multi_category_search for the text domain.
RE: Enable country AutoComplete in registration
I’m assuming you are using Form for your users to submit their entry, yes?
If that is the case, navigate to the Connections : Settings admin page and click the Fieldset Configuration tab. Scroll down to the Address section. Enable the Autocomplete Country option.
Hope this helps a little.
