Hello there,
On the website I am creating, using the Monument Inspiration, there appears to be empty space above and below the main content of each page. I can see, using Inspect, that the space on the top of the page is simply a margin and I can add code to make it disappear, however I cannot do the same on the section below the content.
The code I can use for this is:
.page-template-default .site-content {
margin: 0px -15px 0;
}
The website in question is inesambrosio.com and this is most visible in the about or cv pages.
Looking forward to your answer, best regards,
Pedro