I’m having an issue with a nestable tab section. I want to create multiple galleries to select using tabs and nested galleries, and it works absolutely fine with metro layout. However, with masonry layout, the only way I can get it to show correctly on the front end is with display:flex. However, with nested tabs, changing the CSS display to flex affects the tab-title tab-pane query and breaks the nested tabs.
Is there a way to make this work? Am i being stupid? Cannot seem to find a solution!
Any help would be much apreciated, have provide screenshots of front and backend.
Hi Isaac,
The isotope/masonry layout does not work within the nestable tab element on the initial load (but after resizing). This is a bug that we already have on the to-do list.
That’s why it’s strange that it works in your case (at least to some extent).
Have you tried adding a block element within the tab content that contains your galleries so you don’t have to change the tab contents’ display value, which would break the functionality?