[Resolved] Guide to new Flexbox Container & Inner Container layout

Home Forums Support [Resolved] Guide to new Flexbox Container & Inner Container layout

Home Forums Support Guide to new Flexbox Container & Inner Container layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1481905
    FunkyCss

    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 ?

    #1482252
    Leo
    Staff
    Customer Support

    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.

    #1482998
    FunkyCss

    Thanks LEO! i did and i found that you use the same classes as before!

    Thanks

    #1483395
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.