I’m using nested tabs to display content on my product page. It has worked on the beginning but now it is displaying the first tab content in every tabs content.
Unfortunately, I cannot reproduce the issue.
Does it make a difference if you remove the code block from the tabs? If so, there is something wrong with it.
If that doesn’t help, please send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase (as you already did, but without login credentials ).
Hey Peter,
I found the cause of the problem: you have set the “Nabidky” content wrapper to display: flex. This causes a problem because the tab content is hidden and displayed with display: none and display: block. If it is set to flex throughout it cannot work.
The solution is simple: I wrapped the code block with a block and inserted the flex styles. Now it works as it should.