.stButton .sharethis {
background: url(../assets/socials-icon.jpg) no-repeat !important;
- background-position: -100px -33px !important; }
+ background-position: -100px -33px !important;
+ margin-left: 2px; }
.stButton .sharethis:hover {
text-decoration: none;
background: url(../assets/social-icons-hover.jpg) no-repeat !important;
.stButton .chicklets {
height: 25px !important;
- line-height: 38px !important; }
+ line-height: 39px !important; }
+
+#stOff {
+ margin-left: 5px; }
/* End Mobile Menu */
\ No newline at end of file
<li><a class="flick"></a></li>
<li><a class="instagram"></a></li>
<li><a class="google"></a></li>
- <li><a class="share"></a></li>
+ <li><span id="stOff" class='st_sharethis' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>'></span></li>
</ul>
</aside>
<!--
.stButton .sharethis{
background: url(../assets/socials-icon.jpg) no-repeat !important;
background-position: -100px -33px !important;
-// margin-left: 10px;
+ margin-left: 2px;
//// height: 24px;
//// width: 24px;
&:hover {
background-position: -100px -33px !important;
}
}
-//.stButton .sharethis{
-// background-position: -100px -33px !important;
-// margin-left: 10px;
-// &:hover {
-// background-position: -100px -33px !important;
-// }
-//}
-.st_sharethis{
-// position: relative !important;
-// top: 7px !important;
-// margin-right: 3px !important;
-}
.stButton .chicklets{
height: 25px !important;
- line-height: 38px !important;
+ line-height: 39px !important;
}
#offShareLeft, #offShareRight{
// top: 12px !important;
}
+#stOff {
+ margin-left: 5px;
+}
/* End Mobile Menu */