I had found a work around but it’s still not displaying correctly. What I did was change the style.css. Height from 130% to 7%. I’ve changed it back to the 130% so you can see it deformed. The other problem is the email in the social bar. I currently do not have an email listed in that box but it displays like I do (I added it but removed because of the link issue). If you hoover over the email and look at the link, it’s not correct (https://). Further clicking on the link will get you nowhere.
#socialbar .icomoon {
font-size: 1.375rem;
width: 130%;
height: 130%;
border-radius: 50%;
top:3px;
}
#socialbar a {
display: inline-block;
margin: 2px 0.25rem;
}
-
This reply was modified 7 years, 7 months ago by nppbc.