I think this broke after the Flexbox stuff was added. I haven’t touched this page. The tab Content is supposed to be on the right, not below the tabs. I cannot seem to get it to come back up. Any help appreciated. thank you.
I did some more investigation and ran www.diffchecker.com on my css from today and three months ago. Nothing changed that would account for shifting this tab content down like that. So I suspect something has changed in webflow export to cause it.
Not sure what happened. It was working before, and now the tabs render differently. Instead of the tabs being on the left and the content on the right, the content is now below the tabs. Just guessing but maybe the addition of the flexbox to webflow has led to this? I am not using flexbox, but problem cropped up since then.
Note: Page Navigation does not work on this mockup page since I’ve had to hard-code all links for my entire workflow to function properly.
Oh yes… tabs and sliders use positionning so don’t alter that. Remove the flexbox properties and intead of giving the TABS the flexbox properties, put a div in it and all your content in the div. use this div container to put flexbox on. On use that principal everywhere, it’s safer than giving flexbox to an elment that is used for the general layout.
(I haven’t clicked your links but I guess it’s that)