Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Maeve Lander

    (@enigmaweb)

    The wp-knowledgebase container width is set to 100%, hence why it’s filling the full width. I’ve checked your theme, and the way it’s structured you have two choices:

    a) Add your wrapper to the wp-knowledgebase templates so it inherits the styling that way.

    or

    b) Override the kb container css setting the width and a nice margin that way. Here’s the css:

    #kbe_container {
        width: 1170px !important;
        padding-top: 50px;
    }

    Where to add css?

    On this:

    I don’t see the text outside the slug… not sure if I’m supposed to?

    No, sorry, you’re not supposed to. The WP Knowledgebase adds a complex series of templates, kind of like how WooCommerce does it. You won’t be able to add text above or below the kb that way.

    Thread Starter speechbooth

    (@speechbooth)

    Thanks for the help! That did the trick.

    Plugin Contributor Maeve Lander

    (@enigmaweb)

    Great! If you like the plugin and found support helpful, the nicest thing you can do for me is to leave a review here. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting Within My Theme’ is closed to new replies.