Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Simon Baez 1 post 71 karma points
    Dec 10, 2020 @ 02:19
    Simon Baez
    0

    Grid problem

    If I choose a grid layout with 2 column (6 and 6) then the output is not what I expected. This is the result:

     <div class="umb-grid">
    
    content
        <div class="grid-section">
            <div class="col-md-6 column">
                <div >
                    <div class="row clearfix">
                        <div class="col-md-12 column">
                            <div >
                                text text text
                        </div>
                    </div>
             </div>
         </div>
             </div>
         </div>
     </div>
    

    In that way the two text area is shown below each other instead of side by side. What could be the problem here?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies