Pablo wrote: ↑Sat Mar 08, 2025 3:39 pm
If you use layout grid or breakpoints then the correct viewport code is already added. There is no need to specify this manually.
layot grid has x1 until max x12... this is not solution for me..
Layout grids are based on Bootstrap so they have 12 columns by design.
But you can also use nested grids. So, this makes it possible to have more columns or implement more advanced layouts.
There are some examples of this available in the template section.
Alternatively, you can use flex box or a flex grid to create different layout variations.
Both are flexible/scalable by design. Unless you use fixed value, which I do not recommend as previously discussed.
It's not clear to me what you are trying to accomplish and what issues you are having.
It would be helpful to supply a demo project showing what it is you are trying to do (layout, design, etc). There could be 1 or more ways to accomplish something but not knowing what it is supposed to look like it makes it difficult to help. As Pablo stated, there is no need to add the viewport meta tag as it is already added to the page.