I can't figure out why there is so much space above my "Latest Updates" module, located in the section-bottom position on my home page. Can you help me remove it? Thanks again!
jeromydp Hi Add this code in custom.css file and reduce the value as per needs
.t3-mainbody { padding-bottom: 128px; }
Thank you. That works perfectly.