Hi there,
I’m very confused about why two page in my site have such different padding / margins.
Please would you look at
https://ncpc-saconference.co.za/wp/ - and -
https://ncpc-saconference.co.za/wp/venue/ - you can see there is way more white space around the contrent.
I have put in the the global CSS - to reduce the padding and eliminate the round corners:
.entry-wrap {
padding: 30px;
border-radius: 0px; }
That gave me the padding on the content I wanted. All the other pages have this same padding - but then this “Venue” page is somehow different. I’ve used the same page template: Blank | Container, Header, Footer.
Please can you illuminate me as to why these pages behave so differently and how to apply the spacing of the home page to the Venue page as well?
Thank you.

