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;}
Questions and Comments are Welcome