| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Most Kony components are absolute/fixed position, which makes the end-website hard to be responsive (able to fit multiple desktop screen sizes). Custom styling has been used to adjust the absolute parameters, but is overwritten when building the website. The HTML is auto generated from the Kony components when compiling and building the website, resulting in the additional styling inserted when the website is generated.
This styling is injected into the HTML using the “inline” method which adds on to the original custom styling in place when assembling the page components. Component positioning and alignment may differ in the web browser from what was reflected in Kony Visualizer Editor preview.
The documentation that has been found thus far is referring to the Kony Studio version and not Kony Visualizer. Thus we are seeking documentation / guidance for Kony Visualizer, with examples on how to override this when the web page is built, and to have a controllable “global” method rather than “inline”.