updating slideshow height on home page and fixing the text to be smaller in mobile...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Aug 2019 18:56:29 +0000 (14:56 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 22 Aug 2019 18:56:29 +0000 (14:56 -0400)
style.css
template_home.php

index 721d785..1f077ca 100644 (file)
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@
 Theme Name: BayMillsNew Glm\r
 Theme URI: http://Baymillscasinos.com/\r
 Description: The BayMills WordPress theme that graced version 1.0 to version 2.9, based on the famous <a href="http://Baymillscasinos.com/">BayMills</a>.\r
-Version: 1.0.4\r
+Version: 1.0.5\r
 Author: BayMills\r
 Author URI: http://Baymillscasinos.com/\r
 Text Domain: BayMills\r
index 394c069..1178309 100644 (file)
@@ -5,7 +5,7 @@
  \r
 get_header(); the_post(); ?>\r
        <!-- BEGIN: banner wrapper -->\r
-       <section id="bannerWrapper">\r
+       <section id="bannerWrapper" style="height: auto;">\r
                <style>\r
                        .nivo-caption{\r
                                position: absolute;\r
@@ -24,6 +24,25 @@ get_header(); the_post(); ?>
                        .nivo-caption p{\r
                                font-size: 17px !important;\r
                        }\r
+                       @media(max-width: 640px){\r
+                               .nivo-caption{\r
+                                       position: absolute;\r
+                                       bottom: 50% !important;\r
+                                       left: 5px !important;\r
+                                       transform: translateY( 50%);\r
+                                       text-align: left;\r
+                                       font-family: 'Raleway' !important;\r
+                                       background: rgba(0,0,0,.85) !important;\r
+                                       width: auto !important;\r
+                                       pointer-events: none;\r
+                               }\r
+                               .nivo-caption h1 {\r
+                                       font-size: 20px;\r
+                               }\r
+                               .nivo-caption p{\r
+                                       font-size: 14px !important;\r
+                               }\r
+                       }\r
                </style>\r
                <?php \r
                        //echo do_shortcode('[metaslider id="1714"]'); \r