How To Change Footer CSS
.footer {
background-color: #eee;
text-align: center;
}
.footer-upper {
width: 95%;
margin: auto;
border-bottom: 1px solid #ddd;
overflow: hidden;
padding: 40px 0;
font-size: 0;
}
.footer-block {
width: 95%;
margin: 1px auto;
text-align: left;
font-size: 14px; /*reset zeroing*/
}
.footer-block .title {
margin: 0 0 1px;
background: #4ab2f1 url('../images/toggle-white.png') right center no-repeat;
padding: 10px 15px;
font-size: 20px;
color: #fff;
cursor: pointer;
}
.footer-block .title strong {
font-weight: normal;
}
.footer-block .list {
display: none;
margin: 0 0 20px;
background-color: #fff;
padding: 10px 15px;
}
.footer-block .list a {
display: block;
padding: 10px 15px;
line-height: 20px;
}
.footer-block .list a:hover,
.footer-block .list a:focus {
color: #4ab2f1;
}
.follow-us {
margin: 30px auto 0;
text-align: center;
}
.follow-us .title {
margin: 0 0 10px;
background: none;
color: #444;
cursor: auto;
}
.follow-us .social ul {
margin: 0 0 30px;
border-bottom: 1px solid #ddd;
padding: 0 0 30px;
font-size: 0;
}
.follow-us .social li {
display: inline-block;
margin: 0 5px;
}
.follow-us .social a {
display: block;
width: 38px;
height: 38px;
background: url('../images/social-sprite.png') no-repeat;
font-size: 0;
}
.follow-us .social .facebook a {
background-position: 0 0;
}
.follow-us .social .twitter a {
background-position: -38px 0;
}
.follow-us .social .rss a {
background-position: -76px 0;
}
.follow-us .social .youtube a {
background-position: -114px 0;
}
.follow-us .social .instagram a {
background-position: -152px 0;
}
.newsletter-email {
display: inline-block;
overflow: hidden;
}
.newsletter-email:focus-within {
overflow: visible;
}
.newsletter-email input[type="email"] {
float: left;
width: 180px;
height: 36px;
margin: 0 -1px 0 0;
}
.newsletter-subscribe-button {
float: left;
height: 36px;
border: none;
background-color: #4ab2f1;
padding: 0 15px;
text-align: center;
color: #fff;
text-transform: uppercase;
}
.newsletter-subscribe-button:hover,
.newsletter-subscribe-button:focus {
background-color: #248ece;
}
.newsletter-email .options {
clear: both;
padding: 10px 0 0;
}
.newsletter-validation,
.newsletter-result {
width: 100%;
overflow: hidden;
line-height: 28px;
}
/*.newsletter-validation .please-wait {
display: none !important;
}*/
.footer-lower {
width: 95%;
margin: auto;
overflow: hidden;
padding: 25px 0;
font-size: 12px;
}
.footer-tax-shipping a {
font-weight: bold;
color: #4ab2f1;
}
.footer-tax-shipping a:hover,
.footer-tax-shipping a:focus {
text-decoration: underline;
}
.footer-powered-by {
margin: 10px 0 0;
}
.footer-powered-by a {
font-weight: bold;
color: #4ab2f1;
}
.footer-powered-by a:hover,
.footer-powered-by a:focus {
text-decoration: underline;
}
.theme-selector {
margin: 10px 0 0;
}
.theme-selector select {
width: 170px;
}
@media all and (min-width: 481px) {
.footer-block {
width: 85%;
}
.newsletter-email input[type="text"] {
width: 240px;
}
}
@media all and (min-width: 769px) {
/*** FOOTER ***/
.footer-block {
display: inline-block;
width: 25.33333%;
margin: 0 4%;
vertical-align: top;
}
.footer-block .title {
margin: 0 0 15px;
background: none;
padding: 0;
color: #444;
cursor: auto;
}
.footer-block .list {
display: block !important; /* prevents toggle display:none on resize */
background: none;
padding: 0;
}
.footer-block .list li {
padding: 5px 0;
}
.footer-block .list a {
display: inline;
padding: 0;
}
.follow-us {
width: 98%;
margin: 25px auto 0;
}
}
@media all and (min-width: 1001px) {
/*** FOOTER ***/
.footer-upper {
width: 980px;
padding: 35px 10px;
}
.footer-upper:after {
content: "";
display: block;
clear: both;
}
.footer-block {
float: left;
width: 220px;
margin: 0;
}
.footer-block:first-child {
}
.footer-block .list {
margin: 0;
}
.follow-us {
float: right;
width: 300px !important;
margin: 0;
text-align: left;
}
.follow-us .social li {
margin: 0 10px 0 0;
}
.newsletter-email {
display: block;
}
.newsletter-email input[type="text"] {
width: 200px;
}
.newsletter-email .newsletter-subscribe-button {
min-width: 100px;
padding: 0 5px;
}
.newsletter-validation .field-validation-valid {
text-align: left;
}
.footer-lower {
position: relative;
width: 980px;
padding: 25px 5px;
}
.footer-lower:after {
content: "";
display: block;
clear: both;
}
.footer-info {
float: right;
line-height: 32px;
}
.footer-powered-by {
float: left;
margin: 0;
line-height: 32px;
}
.theme-selector {
float: left;
margin: 0 0 0 15px;
}
}
@media all and (min-width: 1367px) {
/*** FOOTER ***/
.footer-upper {
width: 1200px;
padding: 35px 30px;
}
.footer-block {
width: 280px;
}
.footer-lower {
width: 1200px;
padding: 25px 20px;
}
}
Modified at 2024-08-27 11:55:42