Hi - is it possible to reduce the white space between the text "How you can help" and the 3 Sliding Boxes on this page?
http://www.webfactory.com.au/testsites/pigsfly/ I can't see where there are any margins or padding set.
Any advice would be greatly appreciated!
Regards
Melanie
Comments
yes, it is possible. For that you can use below css:
h1 { line-height: 0 !important; margin-bottom: 0 !important; }but please remember that this css will change the paddings and line height for all h1 items around website.