From c6895d8b6099ad49158efbd65e683f4df39042de Mon Sep 17 00:00:00 2001 From: Jonathan Preston Date: Mon, 22 Jun 2015 12:18:06 -0700 Subject: [PATCH] ONTRAPAGEZ-567 #Comments adds override for offset column. --- css/skeleton.ontraport.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/skeleton.ontraport.css b/css/skeleton.ontraport.css index 75b998c..cde4127 100644 --- a/css/skeleton.ontraport.css +++ b/css/skeleton.ontraport.css @@ -39,6 +39,11 @@ Skeleton Grid Size Extension .one-and-fourth.columns { width: 7.3333333%; } + + .offset-by-one.column.first-visible, + .offset-by-one.columns.first-visible { + margin-left: 8.66666666667%; + } } /* For devices smaller than 768px */ @media (min-width: 550px) and (max-width: 850px) { @@ -68,6 +73,11 @@ Skeleton Grid Size Extension .tablet-six.first-in-row.columns { margin-left: 0; } + + .offset-by-one.column.first-visible, + .offset-by-one.columns.first-visible { + margin-left: 0; + } } /* ===================================================================================================================== blocks