diff --git a/user/themes/sheaft-theme/css/style.css b/user/themes/sheaft-theme/css/style.css index a2e0ec3..6f1d764 100644 --- a/user/themes/sheaft-theme/css/style.css +++ b/user/themes/sheaft-theme/css/style.css @@ -93,7 +93,7 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.3; margin-bottom: 18px; font-weight: 400 .ie7 .sf-mega-section.three{ width: 24%; } .widget{ margin: 0px 15px 20px; min-height: 1px; } -.widget ul {list-style-type: none;padding-left: 0;} +.widget ul {list-style-type: '- '; padding-left: 0; list-style-position: outside; margin: 10px 0 15px 20px; } .gdlr-full-size-wrapper .widget-no-space{ margin-bottom: 0px; } .widget-no-space{ margin: 0px 20px 40px; } .widget-no-space .widget{ margin: 0px; } @@ -392,6 +392,7 @@ display:none; .footer-wrapper .follow-socials {text-align: center;} .footer-container{ padding-top: 30px; } .ie7 .footer-wrapper{ overflow: hidden; } +.footer-wrapper ul { list-style-type: none; margin: 0; } .copyright-left { margin: 0px 15px; float: left; } .copyright-right { margin: 0px 15px; float: right; } @@ -2794,6 +2795,7 @@ html body{ min-width: 300px; } .gdlr-item-title-head .gdlr-flex-next{ display: none; } .copyright-left { float: none; text-align: center; } .copyright-right { text-align: center; } + #mc_embed_signup h2 { text-align: left } } .body-wrapper.gdlr-pattern-background{ background-color:#FEE9C3; } @@ -6117,13 +6119,19 @@ float:left; margin: 20px 0 10px 0; text-align: left; } -.gdlr-blog-content img { - margin-bottom: 0px; -} -.strawberry-h2-icon { +.gdlr-blog-content h2::before{ + content:''; + display:inline-block; + height: 20px; + width: 20px; + background: url("../images/strawberry-icon.png") no-repeat; + background-size: 100%; -webkit-transform: scaleX(-1); transform: scaleX(-1); - width: 20px; + margin-right: 5px; +} +.gdlr-blog-content img { + margin-bottom: 0px; } .search-wrapper .search-input { width: 80%; diff --git a/user/themes/sheaft-theme/templates/partials/footer.html.twig b/user/themes/sheaft-theme/templates/partials/footer.html.twig index 010bdbe..47c42ac 100644 --- a/user/themes/sheaft-theme/templates/partials/footer.html.twig +++ b/user/themes/sheaft-theme/templates/partials/footer.html.twig @@ -15,9 +15,11 @@