12/23/2019 at 11:02 am
#508434
Keymaster
Please add the following to your theme’s custom CSS area found in the Customizer:
#cn-cmap span.cn-search {
display: block;
float: none;
width: 100%;
}
#cn-cmap span.cn-search input {
width: calc( 100% - 32px )
}
#cn-cmap form.cn-form select.cn-category-select {
width: 100%;
}
I hope this helps, please let me know.
