I wanted to insert a vertical empty space between two different objects, and I inserted the appropriate function that creates “invisible line” with an empty space of a variable size, I inserted 5px above and below but I didn’t understand why the space was still very large , investigating the css I discovered that there is a “.content” class that provides a top and bottom padding of 50px. Obviously if I modify this class I modify all the spaces for all the objects, if instead I attribute a custom class to the empty space function being a div underlying the one with class .content it obviously has no effect. How can I fix?
specific that I noticed that this only happens by inserting an empty space between two grid lines
Hey hyrion,
Could you post a link to where we can see this happening please?
Best regards,
Rikard
Thank you very much for your answer, at the moment I have solved it in a different way, we will eventually recover this post