In your Umbraco solution, under Views there is a Partials directory.
In the Partials directory, there is a folder called Grid. In here (I advise using one of the existing templates as a guide) you can create your own grid rendering partial views using what ever CSS framework you like.
Your main site then just needs to include the appropriate CSS and hey presto you have a non-bootstrap grid.
You can render your grid in the same way you would normally, but just add the name of the partial view as an argument to the GetGridHtml method.
Grid: using with UIKit
Hi,
How to setting up the grid layout to use UIKIT or Foundation and not Bootstrap?
Thanks.
Hi Biagio,
Try to have a look at the package umbraco-grid-renderers https://our.umbraco.org/projects/developer-tools/umbraco-grid-renderers/
In this package you will get the grid layout, using different types of frameworks including Foundation and others.
Foundation
Responsive
Skeleton*
Gumby
SolidGrid
Skel
You can also make your own grid, and called in the template like this https://our.umbraco.org/documentation/getting-started/backoffice/property-editors/built-in-property-editors/Grid-Layout/Render-Grid-In-Template
Hope this helps,
/Dennis
Hi Biagio,
In your Umbraco solution, under Views there is a Partials directory. In the Partials directory, there is a folder called Grid. In here (I advise using one of the existing templates as a guide) you can create your own grid rendering partial views using what ever CSS framework you like.
Your main site then just needs to include the appropriate CSS and hey presto you have a non-bootstrap grid.
You can render your grid in the same way you would normally, but just add the name of the partial view as an argument to the GetGridHtml method.
Nik
I'll give a try.
is working on a reply...