From e35d17346d98b5e332fa6eb44fffb675ac71320f Mon Sep 17 00:00:00 2001 From: badsuricate Date: Wed, 23 Oct 2013 15:41:40 +0200 Subject: [PATCH] Add CSS to align "Upsell Products" --- templates/default/assets/less/thelia/product.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/default/assets/less/thelia/product.less b/templates/default/assets/less/thelia/product.less index 6e65932f8..44965ed2a 100755 --- a/templates/default/assets/less/thelia/product.less +++ b/templates/default/assets/less/thelia/product.less @@ -4,6 +4,11 @@ float: right; font-size: .6em; } + h3{ + top: -14px !important; + margin: 0; + } + } @@ -143,4 +148,4 @@ min-height: 180px; height: auto!important; height: 180px; } } -} \ No newline at end of file +}