Thank you, I appreciate the quick response. That worked nicely, the click to call feature works. Any ideas how to float it over to the top right of the screen?
I’m using the css given to me in the link but can’t seem to get it to work for me.
#nav .widget {
float: right;
margin-right: 2px;
}
.socialmedia-buttons {
margin-top: 6px;
margin-right: 3px;
}
.menu-primary .socialmedia-buttons a {
float: left;
border-right: none;
padding: 0;
}
.menu-primary .socialmedia-buttons img {
margin-bottom: 0;
}