Hi there,
Thank you very much for your purchase!
I was able to get these controls inline, however because of your theme I found this was only possible by hiding the text labels, due to your themes code. Would this be acceptable?
If you’d like to try it out, please go to Maps -> Settings -> Advanced and under “Custom CSS” please add the following:
.wpgmza_sl_main_div *
{
display: inline-block !important;
width: auto !important;
vertical-align: middle !important;
box-sizing: border-box;
height: 55px !important;
}
.wpgmza_sl_query_innerdiv1
{
display: none !important;
}
.wpgmza_sl_radius_innerdiv1
{
display: none !important;
}
.wpgmza_sl_radius_div
{
margin-top: 0 !important;
}
.wpgmza_sl_search_button_div, .wpgmza_sl_reset_button_div
{
position: relative;
top: -1px;
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Let me know what you think?
Kind regards
– Perry
-
This reply was modified 6 years, 10 months ago by bdbrown.