From 920e660b41a22c2dcdce96aa5cd54acd1a2c2528 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Fri, 21 Feb 2014 15:34:49 -0800 Subject: [PATCH] Fixed .first clearing issue for regular
  • s --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c08359a..9318e6f 100644 --- a/style.css +++ b/style.css @@ -1952,7 +1952,7 @@ Media Queries width: 82.90598290598291%; } - col.first, + .col.first, .footer-widgets .footer-widgets-1 { clear: both; margin-left: 0;