You’ll need to log in to see the page.
http://comingclean.ca/sarahs-eat-clean-diet/
On this page, I’m using a Tour with several sections. Within some of the sections, I want to have some more complex layout, so I have more than one row. In the simplest case I can boil this down to to illustrate the issue, take a look at the last tab in the list, “Swift Test.” I have added two full width text blocks. The problem is that the height of the first one is too big, causing the second one to display only after the height of all the tabs.
Looking at the code inspector, I see that the first container within the active tab pane takes on the full height of the tour so that the second element that’s placed below starts to display just below the last tab. All subsequent rows are sized correctly, and still appear properly within the tab pane (ie they display only when that tab is selected).
Is there any custom CSS I can add to correct the height of that first row?
Thanks for any help or insight!