Sometimes the mobile design differs a lot from the desktop one, so I thought about creating the 2 layouts in different sections and hide one when the other should appear.
You can do that, but I recommend checking your styles through the different breakpoints, sometimes is just a matter to take into account things like elements being absolute instead of relative or the size of those elements.
Yeah, I think that too. The thing is that there some really granular changes that makes the whole work a bit more tedious hiding each one of them and all that.
But yeah I was worried about the performance. I don’t think it could make a lot of problems, but it’s the first time I consider it since starting using Webflow.
Well if you create other sections that only appear in your mobile version you shouldn’t have any performance issues because, if I remember correctly, the system doesn’t load elements not visible in that breakpoint.