Hib there,
is it possible to have a social sharing button (i use onlky facebook) with a circle and not with a rettangle?
Best regards
Hey creoadv,
The only facebook share I can see on your page is a circle already, I’m guessing you got it working?
Thanks,
Rikard
Yes… I have modified the css and now works fine.
#top .av-share-box ul {
background: #37589b none repeat scroll 0 0;
border-radius: 100px;
border-style: solid;
border-width: 1px;
color: #fff;
display: table;
list-style-type: none;
margin: 0;
overflow: hidden;
padding: 0;
text-align: center;
width: 58px;
height: 50px;
}
and now it works fine
Thanks