From 1b54a2498a412402261fc696055cf2b0306cdc01 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Nov 2015 15:29:50 -0500 Subject: [PATCH] fixing style changes to reverse image and description order --- css/app.css | 4 ++-- scss/plugins/_upcp.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 954a832..a05c6f3 100644 --- a/css/app.css +++ b/css/app.css @@ -7527,12 +7527,12 @@ input[type="checkbox"] + label, input[type="radio"] + label { bottom: 80px; } .upcp-tabbed-images-container { - float: right; + float: right !important; width: 25% !important; height: 25% !important; } .upcp-tabbed-main-product-container { - float: left; + float: left !important; width: 75%; } #sitemap_pages li { diff --git a/scss/plugins/_upcp.scss b/scss/plugins/_upcp.scss index cb3505d..d8a9582 100644 --- a/scss/plugins/_upcp.scss +++ b/scss/plugins/_upcp.scss @@ -85,12 +85,12 @@ input[type="checkbox"] + label, input[type="radio"] + label{ } .upcp-tabbed-images-container { - float: right; + float: right !important; width: 25% !important; height: 25% !important; } .upcp-tabbed-main-product-container { - float: left; + float: left !important; width: 75%; } // site map///////////////////////// -- 2.17.1