CMS Development

Venki
Colaborador(a)

CMS Theme Development

resolver

Can I use Bootstrap4 for the theme development.
Mostly everyone are preferring CSS Flexible Box Layout.

 

Let me know which is best, preferrable  and which is commonly used for developing the responsive website for the theme.

1 Solução aceita
Anton
Solução
Especialista reconhecido(a) | Parceiro Diamante
Especialista reconhecido(a) | Parceiro Diamante

CMS Theme Development

resolver

Hi @Venki , 

of course you can. 

Are we talking about "dnd themes" or "old themes/templates"?

 

Best way would be to download bootstrap, create a new file in the filemanager or designmanager(in the theme folder), open your main.css where all @imports are and "import" the it as last element.

 

Or you can upload the bootstrap.css to your filemanager, open the Hub Settings and set the bootstrap.css in the website settings. (Don't forget to do this in the blog too)

 

 

best, 

Anton

Anton Bujanowski Signature

Exibir solução no post original

2 Respostas 2
Anton
Solução
Especialista reconhecido(a) | Parceiro Diamante
Especialista reconhecido(a) | Parceiro Diamante

CMS Theme Development

resolver

Hi @Venki , 

of course you can. 

Are we talking about "dnd themes" or "old themes/templates"?

 

Best way would be to download bootstrap, create a new file in the filemanager or designmanager(in the theme folder), open your main.css where all @imports are and "import" the it as last element.

 

Or you can upload the bootstrap.css to your filemanager, open the Hub Settings and set the bootstrap.css in the website settings. (Don't forget to do this in the blog too)

 

 

best, 

Anton

Anton Bujanowski Signature
Venki
Colaborador(a)

CMS Theme Development

resolver

Thanks Anton!
I got it now!