Ek Olarak:
@media (max-width: 768px) {
/* ornek kod kullanimi: */
div#mobilfooter{
section.socialShare {
padding: 0;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
left: 0;
z-index: 1999999999;
}
section.socialShare > a {
display: inline-block;
width: 33.3%;
height: 45px;
background: #333;
text-align: center;
line-height: 45px;
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
display: none;
}
}
şeklinde kodlama yaptım. ancak bunu html de nasıl kullanacağımı bulamadım.