How can i achieve this overlapping section…
Hi,
- Make sure sections that goes on top has higher z-index, by setting position relative on that section.
- Apply negative margin to that section, if background of section is transparent
- If section has a solid background, apply negative margin only on those elements that you want them to overlap.
Thanks Pakik, it really help.