Hi, I need help with a html/css layout that I am converting to wordpress theme. http://ngdemo.plrnicheblog.net/?page_id=35 If you see the link above there is an empty space between Headline and Content part, and again at the bottom between Content and footer part. Can someone please have a look and tell me how can I remove this empty space or whats causing it. Appreciate any help Thanks
you have this code in your theme. <h1 style="text-align: center;"> <strong>CONTENT</strong> </h1> Code (markup): Change this to: <h1 style="text-align: center; margin:0;"> <strong>CONTENT</strong> </h1> Code (markup): similarly do for footer region.