Column System

Hello, I am using row and col method for my content under
“Our Services” section on this website. Bootstrap is Mobile
First, does that mean I should be working backwards from xs to lg

Because I am doing it this way:

 <div class="row">
    <div class="col-lg-4 col-md-4 col-sm-6 services-info">

I am not sure I am wrapping it they way it should be wrapped or
if it is really the developers personal choice. With the methode above ^
it still looks a little off when I wrap though.

The order of your classes do not matter. If it looks off, then there is a secondary issue.

I see

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.