Global Padding
I was wondering if there is some sort of global padding settings somewhere I may be missing or if you have to do this on a page by page basis for the top and bottom padding of pages between content?
Or is this just best/correct way of doing ?
.entry-content{
margin-top: 80px;
margin-bottom: 40px;
}
Comments