Decreasing space between h1, h2 and a paragraph with Tesseract Theme?
Hello. I’m currently using the Tesseract Theme for my wordpress site. I’m trying to decrease the space between my headers (h1, h2 etc.) and paragraphs. I tried adding the following: #content .entry-content h1 { margin-bottom: 0; padding-bottom: 0; } in…