Bootstrap template in Kentico?

Rohi Kee asked on October 29, 2023 07:40

I'm a bit clueless about Kentico. I'm a non-programmer trying to find options for redesigning a Kentico website. There are lots of bootstrap templates online. Could the programmer adapt those for use in Kentico to save time or would it have to be recreated from scratch in Kentico? Thanks. https://kodi.software/ https://dltutuapp.com/tutuapp-download/

Recent Answers


Milan Lund answered on October 29, 2023 19:13

Yeah, you can create a Kentico site based on whatever template, including Bootstrap.

Personally, when I create templates for Kentico, I always start outside Kentico and create pure HTML/CSS/JS templates. At that point, such a template could go in other CMS too.

The idea of how to integrate such a template into Kentico is pretty much the same for Portal Engine and MVC. You have to break the template into pieces and add them to respective places. The main difference is how you do it technically. In the Portal engine, you do most of the work in the Admin interface. In MVC, you do it in the backend code in Razor templates.

While integrating the template in Kentico, in some cases you need to adjust the original template to fit Kentico's markup structure (i.e. in the case of the default Form widget).

A good place to start is the tutorial in the docs.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.