Hi,
I would like to add and delete Icons to a Repeating group. The RG should list all Icons horizontally. And therefore, it would be great if the RG could be dynamically centered. Is this possible?
This is a litte Test:
It pretty much does what I want it to do. Except the “auto-centering” part.
And this is what I would like to achieve in the end:
Small dots which represent slides.
Ok, seems to be tricky in bubble. And I am obviously not the first one struggling with this thing
I just wanted to post this… i have been griping about the lack of centering RG COLS in horizontal mode.
[DavidHASS] [Untitled-1]
Hey everyone!
I’m having a real problem with repeating groups not staying centred as I reduce the width of the screen.
I have 6 columns in a repeating group, which reduces down to 2 on mobile size and is great, but it hugs the left side of the screen on mobile, rather than staying in the centre.
Does anyone know how to fix this?
Thanks!
Oh and this one gave me the solution :
The problem is clearly described here:
http://forum.bubble.io/t/please-make-cols-center-in-horz-repeating-groups
I’ve been struggling with this important missing feature, I’ve seen a lot of posts asking for this, what worked for me is using the Toolbox plugin and running the following code when page is loaded:
$( “div.RepeatingGroup > div.rows” ).css({
“display”: “flex”,
“flex-wrap”: “wrap”,
“justify-content”: “center”
});
This will change justification of all repeating groups on page. I…
Cheers for the help @mirko.heimburger .
Someone else has just pointed me to the best solution I’ve found here Centering repeating group elements - #6 by Christophe_HK
2 Likes
I was able to make workaround on this issue using
and this settings on the repeatinggroup
need to add the Element ID
system
Closed
May 27, 2021, 10:50pm
5
This topic was automatically closed after 70 days. New replies are no longer allowed.