I have a Dynamic Collapse with a list of links(Vertical). The problem is that the links do not show as a vertical list. Depending on the length of the link title, one is on the side of the other. How can make that, no matter what, they stay one under another?
Step1
Step2
Step3
Step4
Step5
if you are sure its that element and not one above it like the header you should be able to select the view and add a margin-top: 0px or padding-top: 0px to the view.
First id advise clicking through your elements to make sure nothing has a margin set to the bottom pushing the content down if you aren’t sure its the view container
First off you are using the spa method you shouldn’t see your layout and content in the same view in Wappler.
Hard to tell exactly what is wrong by your screenshot. But seeing nothing with padding and margins of bootstrap you definitely have something wrong in your structure.
I’m trying to do this phone so it’s hard to tell exactly. But remember the structure of a bootstrap page is container-row-column.
It looks like you have rows or columns in the wrong order or possibly missing the container as well.