Why does my social pages bar look like this - SOLVED

The bottom is cut off of my social badges bar only on the landing page of my website. Anyone have any ideas why? Possible fix? All other pages are fine. I’m using the Hive theme in Rapidweaver 6.
url: http://www.einsteinparrot.com

A link to an active URL is always better than an image.

1 Like

Hi, Try this custom CSS code to give the icon links a flexible height:

#social_badges a, 
#social_badges a:visited {
    height: auto;
}

It looks like your icon links are too tall to fit within the container (40px).

Will, it Worked! I Love Smart People! I Love this forum too! Thanks!!!