Positioning elements not responding as expected in Tailwind CSS
I'm currently working on a web project using Tailwind CSS and encountering issues with positioning elements. Despite applying the necessary Tailwind CSS classes, the elements are not responding as expected.
I have tried using utility classes such as absolute, relative, fixed, along with top, right, bottom, and left classes to control the positioning. However, the elements do not move or adjust their positions accordingly.
I am trying to have them spaced vertically with more space in between like the attachment shown.
1 Reply
You could try adding
space-y-8
to the parent section (change the 8 to the value you want)