• 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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Ina

    (@inamoro)

    Hi, @thepixelhive

    I see that you decided to display the icons without the labels which is currently reflected on your website.

    The option to display the icons horizontally is available only for the block and not the widget. Therefore, it’s only possible to achieve this with custom CSS code. Very often, this could be influenced by the styling of the theme you use, so your theme developer might be able to help you with this.

    Thread Starter The Pixel Hive

    (@thepixelhive)

    Hi @inamoro

    I chose to use the icons without labels as that is the only way I can display them horizontally by default. What is the CSS that I can use to show the icons with labels and have them displayed horizontally? I spoke to the theme support staff and they said there is no code in the theme that should prevent or modify this and they (of course) referred me to the support staff of the plugin.

    Thanks!

    Thread Starter The Pixel Hive

    (@thepixelhive)

    @inamoro would really love a follow-up from you on this issue ??

    Plugin Support Ina

    (@inamoro)

    Hi, @thepixelhive

    Our support for the free plugin is limited in this case, as we don’t provide customizations. You can find some customization suggestions here:
    https://www.wpzoom.com/tutorial/recommended-practices-for-customizing-a-wpzoom-theme/

    Or maybe a volunteer from the forums will be able to help you out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons with labels will not align horizontally’ is closed to new replies.