I am trying to figure out how to input the toolset maps distance widget as an inline form going horizontally, as opposed to going downwards. I took a look at the bootstrap docs but I was unable to figure out exactly what code I need to place in which location in order for it to work. Would you be able to help?
See screenshot below, without horizontal formatting it creates a lot of extra white space.
Here is an image of how my backend looks. I deleted the distance widget, but the arrow that I am pointing at in the image is where I had it input. I would like it spanning across the area that I have highlighted in red.
I don't care about this specific layout, I just want it to work. Meaning, if I need to delete those blocks and create a row with just one block that the distance widget will go into, that's fine. I just want it to work.
If it is a case where you want the distance filter to be in one line then it won't be possible to achieve. This is due to how the HTML structure is rendered.
So you will always have the distance filter split between multiple line.
I've done an exhaustive check on the site and attempted the solution from the posted ticket.
However the solution is specific to the customer's use case. As noted in the ticket as well Christian wasn't able to provide a solution for the customer on having the fields display inline.
This comes down to how the fields are laid out in the HTML below.
As you can see the fields are not block level elements which makes it difficult to display them inline. I've also tried to use the css that the customer provided but it doesn't work for this case either.
At this point I would recommend that you open a feature request with our team to have this implemented as a pure CSS based solution proves difficult to achieve based on how the fields are listed out.