Social Media Icons (Jetpack) Widget

Hello :slight_smile:
I want to change the Social Media Icons (Jetpack) Widget outputs are horizontal rather than vertical?
Also, how I can keep the resolution of my logo when I increase its size?
my site: https://ba9mah-team.com/

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
@fatoo i see social icons on your website but they are vertically displayed, I’m seeing in the wrong place? can you show me it in the screenshot?

Logo - i see you have this custom css added:
.col-sm-4.col-xs-8 img {
height: 80px;
width: 80px;
}
this means, you must use image with the 80px width and 80px height, thry this :wink:

Thanks!
Colorlib Support Team

Thank you for reply
I mean in the footer the social icons in vertical display I want to replace to horizontal display , I send a screenshot file to it

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS Thanks!


/*Fix jetpack social icons in the footer*/
.jetpack_widget_social_icons ul li {
width: auto !important;
}

Colorlib Support Team

yes , it’s worked. Thank you so much

Hi, there

Nice, to hear your problem is fixed:) Now I will now close the topic and mark it as resolved. Feel free to contact us again

Thanks!