From 694c46e1f38f91c6fb4970720faf6712996b977a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 17 Oct 2014 10:05:05 -0400 Subject: [PATCH] Footer styling --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style.css b/style.css index 8b39583..11b136c 100755 --- a/style.css +++ b/style.css @@ -369,6 +369,8 @@ ul, ol, dl { font-size: 16px; line-height: 18px; margin: 24px 0 24px 0; + bottom:0; + width:100%; } /* Copyright */ #copyright { @@ -471,4 +473,18 @@ ul, ol, dl { #top { height: 100px; } +} + +/* WooCommerce Styles */ +.woocommerce-breadcrumb { + background-color: #f4f4f4; + border-color: gainsboro; + border-radius: 3px; + border-style: solid; + border-width: 1px; + display: block; + list-style: none outside none; + margin-left: 0; + overflow: hidden; + padding: 0.5625rem 0.875rem; } \ No newline at end of file -- 2.17.1