default css woodmart footer
Wed Mar 23 2022 18:17:56 GMT+0000 (Coordinated Universal Time)
Saved by
@naveedrashid
form#easy-newsletter-form label {
display: none;
}
form#easy-newsletter-form {
display: flex;
justify-content: end;
}
form#easy-newsletter-form button, form#easy-newsletter-form input {
height: 50px;
}
form#easy-newsletter-form button {
border-radius: 0px 20px 20px 0px;
}
form#easy-newsletter-form input {
border-radius: 20px 0px 0px 20px;
}
.head_border .wpb_column {
position: relative;
}
.head_border .wpb_column:before {
content: '';
background: #686773;
height: 2px;
width: 100px;
position: absolute;
bottom: -1px;
}
ul.ul_inline {
list-style: none;
padding-left: 0;
}
ul.ul_inline>li {
display: inline;
color: #fff;
margin-right: 11px;
}
.wd-prefooter {
padding-bottom:0px !important;
}
.main-page-wrapper {
padding-top: 0px !important;
}
.whb-header {
margin-bottom:0px !important;
}
.site-content {
margin-bottom:0px !important;
}
.text-white ul li a{color:#fff;}
content_copyCOPY
Comments