is it possible to display selected columns horizontally? currently, it is showing the list vertically but for UX enhancement, we want to customize the column display.
Hello!
Please open the flexmonster.css file and find #fm-fields-view block. There you will see the styles for the Field List.
Thanks,
Tanya
I set it to display: inline; but it still displays vertically..
can I have solution to this?
Please try to set
li {
float: left;
}
and enough space for the container.
Could you please send a screenshot or wireframe of your UI? I would help us to understand your goal.