jamarrett
Hi
Kindly open template folder /css/custom.css file and add this code to change padding
.t3-section.padding-bottom {
padding-bottom: 160px;
}
.t3-section.padding-top {
padding-top: 160px;
}
Reduce the padding value as low as you want.
For the images. use this code in custom.css file
.acm-features.style-3 .features-image img {
position: absolute;
top: initial;
left: initial;
transform: initial;
-webkit-transform: initial;
min-width: 100%;
min-height: 100%;
width: 100%;
max-width: none;
}
Clear Joomla cache to see changes.
Your site is in offline mode, it maybe due to any other cache applied on your site.
Regards