How do I get rid of this additional 10px padding

If you look at the two screenshots Ive got a panel and when in mobile it has a additional 10px padding. Basically I don’t want the additional 10px padding on the panel when in mobile cos it looks s**t. The only workaround is to give the image a padding of 10px and well that looks crap also. Would rather be able to align the text with the image

panel1

panel2

Personally I prefer the space, but I guess you could set a minus setting for the margin as a custom class for mobile. In this instance I’ve applied it to the bottom edge of the image, but you can choose whichever variation you like.

In this second case I’ve made the margin minus 10 on the text.

would never have thought about using a minus margin, applied it to left hand side of text works perfect. Every day a school day

Cheers