Organized Docs WordPress Plugin

CSS Suggestions

If the template you’re using for Docs is a full-width template, you may want to add this CSS to align things better:

/************************************************************
Docs compatibility for Main Docs page
*************************************************************/

.post-type-archive-isa_docs .docs-site-content{
     width:700px;max-width:100%;margin-left:auto;margin-right:auto
}

/************************************************************
Docs compatibility for Docs Category/Subheading pages
*************************************************************/

.tax-isa_docs_category .docs-content-area{
     width:940px;max-width:100%;margin-left:auto;margin-right:auto
}

/************************************************************
Docs compatibility for Single Docs sidebar
*************************************************************/

#docs-content-sidebar > ul {margin-left:10%;}
#docs-primary .widget_docs_section_contents > h3.widget-title {padding: 1em;}

Updated on May 17, 2015

Questions and Comments are Welcome

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]