Hi,
I’m trying to use the default css grid classes provided by unsemantic on a custom template, but it seems that those classes are missing from my main CSS file. For ex. I would like to use “grid-50” but it doesn’t work because the class is not defined.
What’s the best way to include the entire grid system?
By default, those classes are meant for articles in Blog and archive pages. For non-article elements, our suggested way to create grids is to use the GB Grid Block.
Ok, that’s not going to work because using the block builder adds a lot of inline styling for positioning, margins, etc. How can I get access to the Unsemantic utility classes like class=”grid-25″, class=”grid-25 mobile-grid-50″, etc. on a single post and archive page?