Task – implement custom grid display in PHPRunner or ASPRunner.NET applications on mobile screens. The idea is to use the same HTML and achieve our goal using CSS only.
CSS Grid layout is nothing new and excellent tutorials are available on the web for those who want to learn more. In this article we will only cover all the relevant details to PHPRunner and ASPRunner.NET.
In this article, we will be using our Forum template as an example of using CSS Grid Layout.
Desktop version
Here is where we start. Just a regular desktop grid with all database fields occupying their own cell.
Continue Reading "Using CSS grid for mobile screens – a complete tutorial"