On my website, I have the page and post titles removed as I have a branded image as the title.
I have used the following CSS to hide the title:
/* Page Titles */
h1.entry-title {
display: none;
}
How could I possibly hide, remove or minimize the size of the container ( Area Between Red Arrows ) so that my ‘Title Image’ shows higher up the page?

Any help would be greatly appreciated.
Thanks,
Richard
