-
mariotoleonardo2
I would like to know if it is possible to split the “Accordion” into two columns.
In fact, I managed to do it, but the right side is not synchronized with the left when opening and closing a FAQ.
That is, when I open a question, the top or bottom one automatically closes, but if one of the side is open, it continues.
Here’s an image of how I structured it: http://tee.leonardomarioto.com/wp-content/uploads/2023/04/acc.jpg
-
mariotoleonardo2
Detail: I realized that it is also losing some settings, such as Transition Fade.
-
Fernando
Hi Mario,
For reference, can you share the link to where you have this constructed?
-
mariotoleonardo2
-
Hi there,
You don’t need to use a Grid block inside the accordion, the accordion container can be set to
display:flex
andwrap
, then you can set all the accordion item blocks to50%
width.Here’s a screenshot for your reference:
https://www.screencast.com/t/qyymTk7ssXXh -
mariotoleonardo2
-
Fernando
Can you set the width of the Accordion Items first to 50%? See: https://share.getcloudapp.com/Kou96KwW
-
mariotoleonardo2
I had also placed a setting of 2% that I saw in the previous image. With her it didn’t work, but without, yes! LOL
Thank you, very much!
-
Fernando
You’re welcome, Mariotoleonardo!
- You must be logged in to reply to this topic.