List top icons re-arrangement

jo-ka

Member
Hello.

I have a list where I have some PHP plugins running, but not all are displayed inline, like this:

upload_2020-9-20_16-8-42.png

I will need to add some more to the list, and I wonder if there's a way to have a display like the image below, in order to avoid the page growth.

upload_2020-9-20_16-10-26.png

I was working on the custom.css file, but I couldn't find a way to achieve this.

Can someone give me a help here?

Thanks in advance.
 
Last edited:
Something like

.fabrik_actions .btn-group {
width:150px;
white-space: normal}

Thanks troester, it worked like charm.

upload_2020-9-20_17-56-52.png

Just a small detail. Is there a way to apply a round at the end of the first row element, and on the first of the second row?
This is not really important, but it would help to "beautify" the solution... :p:D
 
You can add a border-radius to .btn-group .btn (usuallay it's only done for first/last child in the btn-group)
 
Yes. If your layout is fixed (not responsive or so) you can also add only right and left to 4th and 5th child... It's up to you
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top