I want to reset the margin and padding for all elements on my pages, so that all the elements that usually come with default padding and margin don’t have any. Usually I would do this like
*{
padding: 0;
margin: 0;
}
But this doesn’t work in WordPress so how can I achieve this?
Read more here: Resetting margin and padding for everything in WordPress