Using with pre-exisiting site

My company is deciding if this will be a good fit for a site we are re-building. I have created html and css files for our new design, but can I use these components with in my files? I have tried but it seems like the position of the components cannot be changed…granted I am still a beginner with JS/Jquery so there could be a way and I just have not found it yet.

Also, how does this work for mobile? I have searched around the website just trying to find screenshots, but can’t find anything. Our site is going to be used on mobile devices so it will need to be responsive.

Thanks!

Component are initialized inside of HTML containers. So if a position of original HTML container was changed, the component inside of the container would be moved as well.

All DHTMLX components can work on both desktop and mobile devices. They will look the same on both devices though.