How do I remove the white space above and below the module in the section area? When I new a module in section position,there will be white space above and below the module,how can I remove it ? I have seen this explanation of the page https://www.joomlart.com/forums/d/20222-white-spaces, but I don't understand what it means, and custom.css has no effect. Please help me,thanks.
yungshiang0424 Hi Add this code in /css/custom.css file to reduce the padding space
#section-252 .section-inner {padding-bottom: 0px;} #section-225 .section-inner ,#section-225 .module-ct{padding-top:0px;padding-bottom: 0px;}
It's ok,thank you so much.