Hi,
I have different accordions from which I would like to combine different tabs.
My site is a tour operator site with multi-day tours; I use accordions to explain each day planning. For example, days 1 to 3 from "tour A" are the same as days 8 to 10 from "tour B".
I'm assuming it is not possible to create a new accordion with a combination of different tabs of other accordions... so I'm just adding two accordions one after another on my WordPress editor.
The problem is on the page frontend; there is a white space between both accordions (https://snipboard.io/OVtNZf.jpg).
Anyone has any idea about how to combine the two accordions in a good way, or to avoid that annoying white space between both accordions on the frontend?
Thanks so much!



Welcome to our forum.
Not sure which version are you using?
Can you please add following CSS to fix the issue.
.accordions .top-navs { display: none; }
Let me know the result.
Regards
Sorry again,
Also, I have seen that after using the extra CSS code now the content doesn't show paragraphs spaces anymore… any solution for this?
Thanks!