• Hello

    I am trying to use this with the Divi theme and I am a little lost:
    My page completely ignores the Divi CSS and the knowledgebase is displayed as fullwidth.

    Can I use custom CSS in the Divi settings to correct this or will I have to edit the PHP template file as suggested elsewhere?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the issue. Did you find a solution?

    /* knowledgebase ui  */
    
    @media screen and (min-width: 1000px) {
    
    #kbe_container { padding-top: 25px;
    padding-bottom: 25px; padding-left: 40px!important;
    padding-right: 40px!important;}
    
     }
    
    #kbe_content h1::after {  content: "Frequently Asked Questions"!important; }
    
    #kbe_container .kbe_leftcol p {
    line-height: 30.6px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
     }
    
    #kbe_container { padding-top: 25px;
    padding-bottom: 25px; padding-left: 20px;
    padding-right: 20px;}
    
    #kbe_container div.kbe_breadcrum ul li.breadcrumb-part:nth-child(1) > a:nth-child(1),  li.separator:nth-child(2)
    { display: none; }
    
    #kbe_container div.kbe_aside.kbe_aside_left {padding-left: 10px; }
    
    .archive.post-type-archive.post-type-archive-kbe_knowledgebase #kbe_container div.kbe_breadcrum {display: none; }
    • This reply was modified 7 years, 1 month ago by psysss.
    • This reply was modified 7 years, 1 month ago by psysss.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using with Divi’ is closed to new replies.