Organized Docs WordPress Plugin

Page is Too Wide and Not Centered Since Updating to 1.1.5

We removed CSS styling for the docs-template for better compatibility with Twenty Fourteen Theme.

If you want to add the style from before, add this to your CSS:

article.docs-archive-template{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:1em;
}

Updated on March 10, 2014

We've 2 Responses

  1. July 2nd, 2014 at 5:46 pm

    Hi, great plugin! Quick question in regards to Twenty Fourteen Theme. When I visit my doc pages the Table of Contents widget is way down the page on the right, if I refresh the page it corrects itself and moves back up to the top. Any idea why it loads this way?

    Jason Best

Leave a Reply to Jason Best Cancel reply

Your email address will not be published. All comments will be moderated.

Please wrap code in "code" bracket tags like this:

[code]

YOUR CODE HERE 

[/code]