Hi,
I'm trying to make 2 collumn grid layout on one of my pages. In Content page it shows good, but when I get on preview my added content is in 2 rows instead of 2 collums, same happens when I chose a row configuration which is supposed to have 2 collumns. Do I have to setup css to show it properly or is there some kind of setting? All I do is just get grid by @CurrentPage.GetGridHtml("myPage")...It shows the grid content but just not the way I would like.
I'm not entirely sure where to check it...I'm really new to this but when I started it in debug mode, and I hit preview, program jumps into Bootstrap3 when it's rendering the grid and it recognize multiple collumns and whole renderRow is done, so I would assume it is?
Grid collumns don't display inline
Hi, I'm trying to make 2 collumn grid layout on one of my pages. In Content page it shows good, but when I get on preview my added content is in 2 rows instead of 2 collums, same happens when I chose a row configuration which is supposed to have 2 collumns. Do I have to setup css to show it properly or is there some kind of setting? All I do is just get grid by @CurrentPage.GetGridHtml("myPage")...It shows the grid content but just not the way I would like.
Thanks for answer in advance Jakub
Hi Jakub,
Are you including Bootstrap in your front end views? The default grid layout expects you to have bootstrap 3 when rendering.
Thanks,
Nik
I'm not entirely sure where to check it...I'm really new to this but when I started it in debug mode, and I hit preview, program jumps into Bootstrap3 when it's rendering the grid and it recognize multiple collumns and whole renderRow is done, so I would assume it is?
is working on a reply...