98ed52fa by Jeff Balicki

eee

1 parent 47fe6ecf
...@@ -16133,7 +16133,7 @@ h2, .h2 { ...@@ -16133,7 +16133,7 @@ h2, .h2 {
16133 } 16133 }
16134 .wp-block-group.register .wpcf7 label.first-name, 16134 .wp-block-group.register .wpcf7 label.first-name,
16135 .wp-block-group.register .wpcf7 label.last-name { 16135 .wp-block-group.register .wpcf7 label.last-name {
16136 width: 39% !important; 16136 width: 28.5% !important;
16137 margin-right: 1%; 16137 margin-right: 1%;
16138 } 16138 }
16139 @media (max-width: 768px) { 16139 @media (max-width: 768px) {
...@@ -16142,9 +16142,13 @@ h2, .h2 { ...@@ -16142,9 +16142,13 @@ h2, .h2 {
16142 width: 100% !important; 16142 width: 100% !important;
16143 } 16143 }
16144 } 16144 }
16145 .wp-block-group.register .wpcf7 label.fp_id,
16145 .wp-block-group.register .wpcf7 label.designation { 16146 .wp-block-group.register .wpcf7 label.designation {
16146 width: 20% !important; 16147 width: 20% !important;
16147 } 16148 }
16149 .wp-block-group.register .wpcf7 label.designation {
16150 margin-right: 1%;
16151 }
16148 .wp-block-group.register .wpcf7 label.company-address { 16152 .wp-block-group.register .wpcf7 label.company-address {
16149 width: 79% !important; 16153 width: 79% !important;
16150 margin-right: 1%; 16154 margin-right: 1%;
...@@ -16230,6 +16234,9 @@ h2, .h2 { ...@@ -16230,6 +16234,9 @@ h2, .h2 {
16230 margin-left: 17px; 16234 margin-left: 17px;
16231 overflow: visible; 16235 overflow: visible;
16232 } 16236 }
16237 .wp-block-group.register .wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
16238 height: 150px;
16239 }
16233 16240
16234 .fieldset-cf7mls-wrapper { 16241 .fieldset-cf7mls-wrapper {
16235 overflow: visible; 16242 overflow: visible;
...@@ -16324,9 +16331,16 @@ h2, .h2 { ...@@ -16324,9 +16331,16 @@ h2, .h2 {
16324 color: #fff; 16331 color: #fff;
16325 } 16332 }
16326 16333
16327 .footer-widget p { 16334 .footer-widget {
16335 width: 39%;
16336 display: inline-block;
16328 position: relative; 16337 position: relative;
16329 right: 0px; 16338 right: 0px;
16339 top: 45px;
16340 vertical-align: top;
16341 }
16342 .footer-widget p {
16343 font-size: 14px;
16330 text-align: right; 16344 text-align: right;
16331 margin-top: 0px; 16345 margin-top: 0px;
16332 color: #fff; 16346 color: #fff;
...@@ -16337,10 +16351,25 @@ h2, .h2 { ...@@ -16337,10 +16351,25 @@ h2, .h2 {
16337 } 16351 }
16338 } 16352 }
16339 16353
16354 .footer-left {
16355 width: 60%;
16356 display: inline-block;
16357 position: relative;
16358 left: 0px;
16359 top: 45px;
16360 }
16361 .footer-left p {
16362 position: relative;
16363 right: 0px;
16364 text-align: left;
16365 margin-top: 0px;
16366 color: #fff;
16367 }
16368
16340 div.social { 16369 div.social {
16341 position: relative; 16370 position: relative;
16342 right: 0px; 16371 right: 0px;
16343 top: 40px; 16372 top: 0px;
16344 width: 300px; 16373 width: 300px;
16345 display: block; 16374 display: block;
16346 float: right; 16375 float: right;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -26,7 +26,7 @@ $container = get_theme_mod( 'understrap_container_type' ); ...@@ -26,7 +26,7 @@ $container = get_theme_mod( 'understrap_container_type' );
26 <footer class="site-footer" id="colophon"> 26 <footer class="site-footer" id="colophon">
27 27
28 <div class="site-info"> 28 <div class="site-info">
29 29 <?php dynamic_sidebar( 'footerfull-left' ); ?>
30 <?php dynamic_sidebar( 'footerfull' ); ?> 30 <?php dynamic_sidebar( 'footerfull' ); ?>
31 31
32 </div><!-- .site-info --> 32 </div><!-- .site-info -->
......
...@@ -10,9 +10,14 @@ ...@@ -10,9 +10,14 @@
10 } 10 }
11 11
12 .footer-widget{ 12 .footer-widget{
13 width: 39%;
14 display: inline-block;
15 position: relative;
16 right: 0px;
17 top: 45px;
18 vertical-align: top;
13 p{ 19 p{
14 position: relative; 20 font-size: 14px;
15 right: 0px;
16 text-align: right; 21 text-align: right;
17 margin-top:0px; 22 margin-top:0px;
18 color: #fff; 23 color: #fff;
...@@ -21,11 +26,26 @@ ...@@ -21,11 +26,26 @@
21 } 26 }
22 } 27 }
23 } 28 }
29 .footer-left{
30 width: 60%;
31 display: inline-block;
32 position: relative;
33 left: 0px;
34 top: 45px;
35 p{
36 position: relative;
37 right: 0px;
38 text-align: left;
39 margin-top:0px;
40 color: #fff;
41 }
42
43 }
24 div.social{ 44 div.social{
25 45
26 position: relative; 46 position: relative;
27 right: 0px; 47 right: 0px;
28 top:40px; 48 top:0px;
29 width: 300px; 49 width: 300px;
30 display: block; 50 display: block;
31 float: right; 51 float: right;
......
...@@ -482,16 +482,20 @@ h2{ ...@@ -482,16 +482,20 @@ h2{
482 482
483 label.first-name, 483 label.first-name,
484 label.last-name{ 484 label.last-name{
485 width: 39% !important; 485 width: 28.5%!important;
486 margin-right: 1%; 486 margin-right: 1%;
487 @media (max-width: 768px){ 487 @media (max-width: 768px){
488 width: 100% !important; 488 width: 100% !important;
489 } 489 }
490 } 490 }
491 label.fp_id,
491 label.designation{ 492 label.designation{
492 width: 20% !important; 493 width: 20% !important;
493 494
494 } 495 }
496 label.designation{
497 margin-right: 1%;
498 }
495 label.company-address{ 499 label.company-address{
496 width: 79% !important; 500 width: 79% !important;
497 margin-right: 1%; 501 margin-right: 1%;
...@@ -565,6 +569,11 @@ h2{ ...@@ -565,6 +569,11 @@ h2{
565 margin-left: 17px; 569 margin-left: 17px;
566 overflow: visible; 570 overflow: visible;
567 } 571 }
572
573
574 textarea.wpcf7-form-control.wpcf7-textarea {
575 height: 150px;
576 }
568 } 577 }
569 578
570 579
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.08 8 Version: 1.1.09
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......
...@@ -160,7 +160,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) { ...@@ -160,7 +160,7 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
160 160
161 register_sidebar( 161 register_sidebar(
162 array( 162 array(
163 'name' => __( 'Footer Full', 'understrap' ), 163 'name' => __( 'Footer right', 'understrap' ),
164 'id' => 'footerfull', 164 'id' => 'footerfull',
165 'description' => __( 'Full sized footer widget with dynamic grid', 'understrap' ), 165 'description' => __( 'Full sized footer widget with dynamic grid', 'understrap' ),
166 'before_widget' => '<div id="%1$s" class="footer-widget %2$s dynamic-classes">', 166 'before_widget' => '<div id="%1$s" class="footer-widget %2$s dynamic-classes">',
...@@ -170,5 +170,18 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) { ...@@ -170,5 +170,18 @@ if ( ! function_exists( 'understrap_widgets_init' ) ) {
170 ) 170 )
171 ); 171 );
172 172
173 register_sidebar(
174 array(
175 'name' => __( 'Footer Left', 'understrap' ),
176 'id' => 'footerfull-left',
177 'description' => __( 'Full sized footer widget with dynamic grid', 'understrap' ),
178 'before_widget' => '<div id="%1$s" class="footer-widget footer-left %2$s dynamic-classes">',
179 'after_widget' => '</div><!-- .footer-widget -->',
180 'before_title' => '<h3 class="widget-title">',
181 'after_title' => '</h3>',
182 )
183 );
184
185
173 } 186 }
174 } // End of function_exists( 'understrap_widgets_init' ). 187 } // End of function_exists( 'understrap_widgets_init' ).
......