Jump to content
Sign in to follow this  
grimus151

Remove Full Width Widget Area in Full Width Page

Recommended Posts

grimus151

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
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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×