Hello, am new to the forum. On the application I have negative padding but this does not translate to the published site. As a result there is too much spacing on some of my elements. Is there a working way to achieve less spacing?
HTML does not support negative padding. However, in some cases you can use negative margin.
But, in your example I do not see why you would need negative padding. If there is too much spacing then you may need to change this elsewhere.
If you need further assistance, then please provide a DEMO project.
You mentioned I may need to change this elsewhere, can you elaborate on that?
In the layout grid (LayoutGrid16), you have set the padding to 25.
So, instead of using a negative padding on the text (which is not valid), you should reduce the padding of the layout grid.