diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 79c7eaa82b8627cabf67c608638ceccf80dfdd35..6e4261047508d8596b9d50365815607783d5a337 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -70,6 +70,9 @@
     width: 100%;
     .box-sizing(border-box);
   }
+  .row-fluid [class*="offset"]:first-child {
+		margin-left: 0;
+	}
 
   // FORM FIELDS
   // -----------