“How do I delete padding in CSS on WordPress?”
I have used CSS below to remove the title and some padding but there is still padding that I can't seem to remove. This is my current coding: .site-info { display: none; } header.entry-header { display: none; } .page .post-header…