This CSS code appears to set the Title Padding globally.
/*Comment: TITLE Change Padding [Top em] [Right&Left=0em] and [Bottom em] */
.x-header-landmark {
padding: 2.5em 0em 0em; }
What CSS globally sets the top padding for the Content Pages below the Title Padding?
Why would some of my website template pages have different padding when I think I used the same Template?