From e2034d74fdb9d39da40ac6d086b8eda36d852502 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Dec 2015 15:57:06 -0500 Subject: [PATCH] adjusting related products width --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 7120eaa..75686a9 100644 --- a/style.css +++ b/style.css @@ -47,6 +47,10 @@ Text Domain: galleria .metaslider{ top: 26px !important; } + .single-product .related ul.products li.product, .single-product .upsells ul.products li.product{ + width: 100%; + } + } .single-product .related ul.products li.product, .single-product .upsells ul.products li.product{ width: 100%; -- 2.17.1