I have a basic CMS going for a portfolio. I am trying to design it out similar to the portfolio tutorial, but with my design instead. I have a few elements that are showing up in all 4 projects, namely the bg pink div. The Project info div is not showing up in all 4 project tho, but its in the same hierarchy. What did I do wrong?
Also, the info being pulled from the cms is grabbing it from the wrong project, it should be from proj 1 and its pulling from proj 4. Im assuming this is all part of the same problem, let me know what I can do to fix this, thanks so much!
Same thing as above for the project number container as well.
Absolute-positioned elements are completely removed from the document flow, so they no long touch or push other elements around them. They’re pinned to the first parent element that has position relative, absolute, or fixed enabled. webflow docs
Set the collection item position to relative (For now all of your “div cards” position absolute related to the “first relative parent” ==> Projects Section) ===> The result - “divs not showing up” (Stack one on each other - so you see only one div).
Anyway - you use to “much” absolute elements (This is very simple layout - in your case you use endless styles (And like this you get a lots of bugs + Very hard to create endless nested absolute elements responsive)).
hey @Siton_Systems I thought it had it working but my project section doesnt seem to be reacing correctly to responsive. The main picture is scaling correctly but the info card is not, can you tell what i did wrong? Also the proj number and the tags dont want to scale either. Let me know what you think, thanks so much!