Need help getting divs to move according to another div (mobile issue)
this is a mobile issue, its fine on desktop
so im trying to use formerly written code ( a template ) and get divs to move up and down depending on where the other divs before and after it are
my issue is that, even if i align it right (for example, using top:100px, etc), if content is added to a div, it will overlap the div below it
rather than push the div below it, down further.
ive tried a lot so far, but am not good with coding so am failing horribly. (zindex, adding a uh ":after" to the css class codes, etc)
i used a random code (and other codes/methods) to make my site mobile friendly
alot of it lines up pretty well, one after another, after another
but some of it overlaps and i have no idea why
how do i force it to stop overlapping?
why do some of my divs overlap in mobile and some are perfectly fine?
thanks so much