Please test the demo on actual mobile devices or simulator and you will see it is responsive. Of course you would also need your theme to be responsive for that to be useful…
If you’re still having issues please post a link to the affected page on your site here and I would be happy to take a look and help further.
Thanks
Hi Maeve
Here is a link to the knowledgebase which is now live:
http://prismrentals.co.uk/knowledgebase/ . The website template is responsive but cant get the knowledgebase to do the same?
Here is a good example of a page unresponsive:
http://prismrentals.co.uk/knowledgebase/make-a-complaint/
Thanks for your assistance and hope you can help!
Rhys
Checked the element inspector and can see immediately the problem is a fixed width for the container.
Adjust your CSS from this:
.kbe_content_full {
width: 980px !important;
}
To this:
.kbe_content_full {
width: 100%;
}