• Resolved Kellylise

    (@kellylise)


    This is a great plugin! My issue is I cannot identify the CSS selectors for the single-docs sidebar widget (despite Firebug).

    What are the css selectors for

    Table of Contents widget gets added to single Docs posts

    I’m using Genesis Magazine Pro and despite Firebug, I cannot change the CSS output because I’m not identifying all of the css selectors.

    Widget Title Docs Subheading (displayed by my theme) has 2 css issues: it’s not displaying as H3 and it has margin-bottom but no margin-top.

    https://www.ads-software.com/plugins/organized-docs/

Viewing 1 replies (of 1 total)
  • Thread Starter Kellylise

    (@kellylise)

    Here are the Organized Docs sidebar css fixes I used for Genesis Magazine Pro

    .single-isa_docs #content-sidebar li
    {
    	margin-top:24px;
    
    }
    
    #organized-docs-menu {
    background-color: #f6f6f6;
    margin: 0 auto 2em 0;
    max-width: 1000px !important;
    }
    
    #isa-docs-item-title
    	{
    background-color: #f6f6f6 !important;
    padding-left: 24px !important;
    }
    
    #organized-docs-menu>ul
    {
    background-color: #f6f6f6 !important;
    margin: 0;
    padding: 0 0 !important;
    }
    
    .widget-title.docs-sub-heading {
    	font-size: 20px;
    	margin-top: 30px;
    }
    
    .single-isa_docs #content-sidebar li {
    margin-left: 30px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘CSS Selectors for’ is closed to new replies.