Remove white space between the header and the first row on mobiles?
I have two alternative first rows on my home page. One is only visible on mobile devices, the other only visible on desktop devices. I have achieved this using display: none and display: inline CSS tags in the row attributes.…