Trying to add flexbox to radio buttons

BodgeIT

Member
I know this may be rather edge case but I'm trying to control 5 radiobutton elements with a flexbox layout.

What I found is I can't apply flexbox to the fieldset container, doesn't work all browsers(Chrome).
This led me to try and insert an extra div between fieldset and label tags.

The problem is that the layout for radiobuttons handles single items and the fieldset tag is created in core helper file, not override-able. The fieldset tag is created in /components/com_fabrik/helpers/html.php, wrapping the for/each.

Is there a way to make this more accessible? This is obviously not a file I want to "hack".

Edit:
Just realised this may be some of the complexity @cheesegrits referred to in #post-242783?
 
Last edited:
Back
Top