[Resolved] remove sidebar for knowledge base article

Home Forums Support [Resolved] remove sidebar for knowledge base article

Home Forums Support remove sidebar for knowledge base article

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #938217
    Danny

    Hello, I’m using the Heroic Knowledge Base plugin and am trying to set the same page width (with no sidebar) for the article archive, the article category archive and all the articles. I have attempted to do this using the layout element and targeting each of the pages mentioned, setting them to 780px width and no sidebar.

    This seems to be working for the article archive and the article category archive. However, the single article pages are showing up much narrower as if there is still a sidebar (without it being shown). How do I fix this?

    Thanks

    #938386
    David
    Staff
    Customer Support

    Hi there,

    Simplest way with some CSS:

    .ht_kb-template-default .content-area {
        float: none;
        width: auto;
    }

    As i am not sure what the template is doing as it’s displaying Archive and Right-sidebar classes in the head – which is a little odd.

    #938963
    Danny

    Thanks, David, that seems to do the trick.

    #939254
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.