Tagged: post
I have added the sharethis plugin to my enfold page however it is cutting off the bottom of the social media icons. As well, if you click the Facebook like button it will not allow the pop up comment section to completely open. Within the sharethis setttings page I only have this function enabled for the post pages. Can you help me correct this issue? I have attached one of my blogs below on this page:
http://new.texasdreamproperty.com/one-dollar-boxes/
THE FOLLOWING QUICK CSS CODE FIXES THE LIKE BUTTON COMMENT SECTION NOT FULLY OPENING UP:.
fb-like span{overflow:visible !important; width:450px !important; margin-right:-375px;}
.stButton .stButton_gradient {
height: 24px !important;
}
THIS CODE FIXES THE BUTTONS FROM BEING CUT OFF AT THE BOTTOM::
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
height: 24px !important;
}