grimus151 0 Report post Posted October 15, 2011 To Whom It May Concern: How do I remove the white space (the Full Width Widget Area in Full Width Page) below the main content and above the widgetized columns on top of footer? Please see http://naturescarepa.com/?page_id=7...the white space below the horizontal line. Share this post Link to post Share on other sites
Rob 547 Report post Posted October 15, 2011 If you use Firebug for Firefox, you'll see that area is part of the Main Content area which controls your entire page, starting above Lorem Ipsum and appears to be part of the Addthis plugin, rather than part of normal WP page content. I did find this [code] [/code] as well as a div for a comment area that's still there but hidden. Since it appears the construction of this page is under the control of Addthis plugin, you should ask them why they're adding this space. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
grimus151 0 Report post Posted October 16, 2011 I have removed the add this plugin from the page and the space remains: http://naturescarepa.com/?page_id=6. Please advise. Share this post Link to post Share on other sites
Jenny 33 Report post Posted October 17, 2011 Using the following custom CSS should fix you up: [code].texture { min-height: 0; padding: 25px 0 0; } .contentcontainer { min-height: 0; } .hentry { border-bottom: 0 none; margin-bottom: 0; } .copy { padding: 0; }[/code] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites