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

    (@enigmaweb)

    Instead of this (current css):

    .kbe_content_full {
        width: 980px !important;
    }

    You want to use a flexible width like this:

    .kbe_content_full {
        width: 100% !important;
    }

    Make sure to read the FAQs regarding customisation of template files for this plugin. You’ll need to edit the css in the /wp_knowledgebase folder of your theme in order for it to take effect.

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive blocks’ is closed to new replies.