How to offset one or more columns left and right

Home Forums Porto – Responsive HTML5 Template How to offset one or more columns left and right

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10005235
    HeikeS
    Participant

    Hi there

    I like to have a container with a row and clm-md-12 that has left and right a column offset.

    What is the class for this or what needs to go in custom css for this?

    Thank you


    #10005247
    Support
    Keymaster

    Hello, here’s what you can do:

    <div class="row">
      <div class="col-md-1 col-md-offset-10"></div>
    </div>

    Keep in mind that total columns can be more than 12.

    More information: http://getbootstrap.com/css/#grid-offsetting

    Let me know if you need further assistance.

    Kind Regards, Jonas


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

This topic is marked as "RESOLVED" and can not rceive new replies.