Posts: 14
Threads: 3
Joined: Jun 2021
Reputation:
0
My question concerns the possibility of creating a responsive layout for different devices. Is it possible? Can I write my own css code for example "display: flex" without using "Plan editor"? If so, where can I find more information on this topic? Can I use bootstrap?
Posts: 14
Threads: 3
Joined: Jun 2021
Reputation:
0
25.06.2021, 12:57
(This post was last modified: 25.06.2021, 13:09 by anett@poczta.fm.)
Thanks for the information. My idea about it was that to code the page view in html / css / js I have the option of using a built-in, regular editor instead of the "Plan editor" interface. And only to connect certain actions I will use the "Plan editor".
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
You can use Custom JavaScript (Scripting > Tools > Edit custom JavaScript) to add your custom code into the standard visualization. What you are saying is doable but sounds a bit complicated.
Posts: 14
Threads: 3
Joined: Jun 2021
Reputation:
0
Sounds interesting, I'll try to act this way. Thanks