Home › Forums › CSS › Adding fixed Facebook/Twitter share WP mobile › Reply To: Adding fixed Facebook/Twitter share WP mobile
March 23, 2016 at 12:15 am
#239711
Participant
Okay. I have solved it with
#custom #sharebuttons
{
position: fixed;
bottom:0;
right:0;
margin-right: auto;
margin-left: auto;
width:100%;
height:10%;
z-index:999999;
}