Hello,
By default, the distance tool is shown vertically, with each element under the previous one. I'd like to align them all in one line, so added display:flex; but now it's not responsive anymore... I'd like these fields to be on one line if possible, and if screen is not large enough, the end of the line will be splited.
Please see hidden link
Thank you.
You have the option use the bootstrap GRID setup since you have our views plugin installed. To enable bootstrap you will need to go to Toolset-> Settings -> Bootstrap Loading and enable bootstrap
Then you can take a look at the link below and organize the content in a GRID format so that it will show in line and also be response. hidden link
Since I am using the starter toolset theme, I think Bootstrap is loaded already.
But anyway, the code for this line is this unique shortcode
[wpv-control-distance compare_field="geolocalisation2" distance_center_url_param="distance_center" distance_radius_url_param="distance_radius" distance_unit_url_param="distance_unit" inputs_placeholder="Résultats à moins de %%DISTANCE%% de %%CENTER%%" visitor_location_button_text="Utiliser ma localisation"][/wpv-filter-controls]
So I don't think I can divide the elements in containers manually ?