This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #42523
     jonasmuunk
    Participant

    Hi,

    I have some problem with making rows and columns in PHP. What do I write to make a fourcolumn for instance?

    Regards

    Jonas

    #42539
     sharmstr
    Moderator

    Kleo uses the standard 12 column grid system. To split a container into 4 columns, use the col-sm-3 css class.

    COPY CODE
    
    <div class="container">
    <div class="col-sm-3">
    </div>
    <div class="col-sm-3">
    </div>
    <div class="col-sm-3">
    </div>
    <div class="col-sm-3">
    </div>
    </div>
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?