Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding fixed Facebook/Twitter share WP mobile Reply To: Adding fixed Facebook/Twitter share WP mobile

#239711
damian5000
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;
}