Social media Icon suddenly huge

My social media icons on my side bar are suddenly huge. When I tried adjusting them through the widget it doesn’t do anything.

Hi Aaron,

It seems like those social media widget is coming from JetPack. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

You can try adding this to Theme Options > CSS

.x-sidebar .widget a svg,
.x-sidebar .widget ul li a svg {
	max-width: 45px;
    max-height: 45px; 
}

Thank you for your understanding.

Thanks it appeared to work, but the buttons themselves are vertically placed now instead of horizontally. Is there an app that you do provide support for that has the same functionality?

Hey There,

Please also add this custom CSS:

ul.jetpack-social-widget-list li {
    display: inline-block;
    border: none !important;
}

ul.jetpack-social-widget-list li a {
    border: none;
}

ul.jetpack-social-widget-list.size-small {
    text-align: center;
}

Hope that helps and thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.