fixing style changes to reverse image and description order
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 20:29:50 +0000 (15:29 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 20:29:50 +0000 (15:29 -0500)
css/app.css
scss/plugins/_upcp.scss

index 954a832..a05c6f3 100644 (file)
@@ -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 {
index cb3505d..d8a9582 100644 (file)
@@ -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/////////////////////////