Icons with labels will not align horizontally
-
Hi there,
I am trying to add social media icons with labels horizontally to my site footer but they only display vertically no matter what I do:https://pasteboard.co/my9Qa0yvqb7x.jpg
I see others have had this issue and it was fixed with CSS but I have tried both of these and neither works:
Option 1:.zoom-social-icons-list- .zoom-social_icons-list__item {
display: inline-block !important;
} colophon.site-footer li::before {display: none;
} colophon.site-footer li {
padding-left: 0;
}
Option 2:
.widget .zoom-social-icons-list {
display: block;
}Feels like it should be a basic setting in the plugin/widget, since even the standard WP social icons widget has it. Unfortunately that one causes weird alignment issues so I cannot use it.
Thanks! ??The page I need help with: [log in to see the link]
- The topic ‘Icons with labels will not align horizontally’ is closed to new replies.