I have to different divs inside the same section: one for a collection list and the other one is empty (image below).
I would like that if I click on one of the projects on the left, the project page would appear on the div on the right. And that if I click on the logo, the div on the right goes back to empty (or hide).
Hey! Here’s how I might do this - fix the nav bar + side nav & make the sections display none. On click of the button, the section corresponding to that changes from display none to whatever display you set it. Something like this - Fixed Sidebar but also involving display settings toggle if you want to animate it that way. You could also keep it simple and just let it scroll to the section as shown in the template above.