Please Visit the following page,
https://tutorlinkin.com/tutoringJobs
you will see that between the submission form and the boxez of students records, there is a large vertical spacing. And as the number of records are increasing the vertical spacing is being increased.
I need small vertical spacing and it should not increase with the increasing number of records.
Please help to solve the issue in styling. You can inspect the browser for styling details.
regards
2
Answers
I’ve checked the issue with the space between the form and students records. It’s caused by
transform: scale(0.8);
of.container
. Not recommended to usetransform
for the container.Once you removed that styling, the space will be removed but the form/records are bigger. So you should adjust it.
Hope this is help for you.
Thank you.
This is a quick fix as you are using transform on many elements. Add an inline style to the div element containing subjects:
Then place a
<br>
element before the subject elements. It will end up like: