Archived topic
Guide to new Flexbox Container & Inner Container layout
3 replies · Started by FunkyCss on October 10, 2020
Hallo, i usually create many hooks with html and i like to create sections with this way .
Before with Unsemantic i was working with grid-container classes etc. to work my custom html elements and set the default widths from the customizer easily to them.
Now lets say we need to create a section that
1. Takes the default width of the customizer ex. 1200px.
What classes should I use ?
<section class="container"> // Container of the default customizer //
<div class="inner-container"> // Inner Container //
// Flexbox Elements Childs //
</div>
</section>
And if there is any documentation uploaded for the new classes ?
Hi there,
.grid-container still exists and should still work:
https://www.screencast.com/t/EhDPB1vW
I would recommend using the browser inspector tool to see what classes are available.
Thanks LEO! i did and i found that you use the same classes as before!
Thanks
No problem :)