10eca198 by Jeff Balicki

eee

1 parent 9fee2238
...@@ -16512,13 +16512,15 @@ button { ...@@ -16512,13 +16512,15 @@ button {
16512 a.find { 16512 a.find {
16513 background-color: #012169; 16513 background-color: #012169;
16514 text-transform: uppercase; 16514 text-transform: uppercase;
16515 font-family: "Calibri-bold"; 16515 font-family: "Calibri";
16516 font-size: 1.25rem; 16516 font-size: 1.25rem;
16517 line-height: 1.25rem; 16517 line-height: 1.25rem;
16518 padding: 2px 50px 17px 60px; 16518 padding: 2px 50px 17px 60px;
16519 border-radius: 0px; 16519 border-radius: 0px;
16520 width: 368px; 16520 width: 368px;
16521 color: #fff; 16521 color: #fff;
16522 right: 0px;
16523 position: fixed !important;
16522 margin-right: 0px !important; 16524 margin-right: 0px !important;
16523 } 16525 }
16524 @media (max-width: 768px) { 16526 @media (max-width: 768px) {
......
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.
...@@ -22,7 +22,7 @@ $container = "cont"; ...@@ -22,7 +22,7 @@ $container = "cont";
22 <div class="<?php echo esc_attr( $container ); ?>"> 22 <div class="<?php echo esc_attr( $container ); ?>">
23 23
24 24
25 <a href="#time-to-find-your-number" class="navbar-brand custom-logo-link find" rel="home" aria-current="page"> 25 <a href="#wpsl-wrap" class="navbar-brand custom-logo-link find" rel="home" aria-current="page">
26 find a professional planner 26 find a professional planner
27 </a> 27 </a>
28 28
......
...@@ -34,13 +34,15 @@ button { ...@@ -34,13 +34,15 @@ button {
34 a.find { 34 a.find {
35 background-color: #012169; 35 background-color: #012169;
36 text-transform: uppercase; 36 text-transform: uppercase;
37 font-family: "Calibri-bold"; 37 font-family: "Calibri";
38 font-size: 20px; 38 font-size: 20px;
39 line-height: 20px; 39 line-height: 20px;
40 padding: 2px 50px 17px 60px; 40 padding: 2px 50px 17px 60px;
41 border-radius: 0px; 41 border-radius: 0px;
42 width: 368px; 42 width: 368px;
43 color: #fff; 43 color: #fff;
44 right: 0px;
45 position: fixed !important;
44 margin-right: 0px !important; 46 margin-right: 0px !important;
45 @media (max-width: 768px) { 47 @media (max-width: 768px) {
46 width: 100%; 48 width: 100%;
......
...@@ -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.3023 8 Version: 1.1.3026
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
......