From 7c690c63e33c6ef82e9861d04464d3d87f918dd1 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Fri, 21 Feb 2014 15:40:17 -0800 Subject: [PATCH] Fixed .first clearing issue for regular
  • s --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9318e6f..8e58821 100644 --- a/style.css +++ b/style.css @@ -1952,12 +1952,16 @@ Media Queries width: 82.90598290598291%; } - .col.first, + .first, .footer-widgets .footer-widgets-1 { clear: both; margin-left: 0; } + li.first { + clear: none; + } + /* Lists inside columns (to remove bottom margin as needed at mobile sizes */ .no-list-margin ul, .no-list-margin ol {