andymet87 Hi
1/ The sections on your site are set with padding value:
#t4-section-1 .container,
#t4-section-2 .container,
#t4-section-3 .container,
#t4-section-4 .container,
#t4-section-5 .container,
#t4-section-6 .container {
padding-top: 9.375em;
padding-bottom: 9.375em;
}
you can override this by:
#t4-section-1 .container,
#t4-section-2 .container,
#t4-section-3 .container,
#t4-section-4 .container,
#t4-section-5 .container,
#t4-section-6 .container {
padding-top: 9.375em !important;
padding-bottom: 9.375em !important;
}
and replace with your desired value.
2/ By default, this template supports masthead
position, while you're assigning this masthead module to section-1 so it looks big. You can create a new section in Layout settings of template and load the masthead
position there:
Then it will look good for the point 3 as well.