Sidebar issue
Hi,
On this page http://inzaga.com/2017/02/08/sen-elizabeth-warren-gets-6m-facebook-live-views-after-being-silenced-by-republicans/
the sidebar is moved below the content and there is a massive white space.
I started with the Press theme install.
I noticed in the CSS this line of code
element {
min-height: 11225px;
}
Which is clearly wrong. But i'm not sure where it came from. ( I didn't enter any custom CSS )
But even it I remove this min height in firebug it still doesn't fix the sidebar being below the content.
How I can fix this.
On this page http://inzaga.com/2017/02/08/sen-elizabeth-warren-gets-6m-facebook-live-views-after-being-silenced-by-republicans/
the sidebar is moved below the content and there is a massive white space.
I started with the Press theme install.
I noticed in the CSS this line of code
element {
min-height: 11225px;
}
Which is clearly wrong. But i'm not sure where it came from. ( I didn't enter any custom CSS )
But even it I remove this min height in firebug it still doesn't fix the sidebar being below the content.
How I can fix this.
Comments
Please open your website in Firefox html mode (CTRL+U) and check how many html errors you got. Please fix them first and all should be fine. Anticipating your question, yes, those errors are not associated with theme and were made by you or one of your extra plugins.
Thanks!