• Resolved jmxhd7

    (@jmxhd7)


    If you’re struggling with WPZOOM displaying your icons horizontally, I figured out a fix. I first tried the ones already shown in this support forum but none of them seemed to work. But using “inline-flex” in custom css fixed it.

    Just copy this code and paste in Customize>Additional CSS:

    .widget .zoom-social-icons-list {
    display: inline-flex!important;
    }

    Your icons will start showing horizontally. I hope this helps someone!

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

    (@inamoro)

    Hi, @jmxhd7

    Usually, CSS codes don’t work in other themes because the widget might inherit some specific theme-related classes.

    With the widgets displaying vertically, we figured that some users check the Show Icon Labels? option and don’t add a label to the icons. Unchecking that option should be the fix when the icons are displayed vertically and this is not the expected result.
    https://prnt.sc/u7ahi2

    Thread Starter jmxhd7

    (@jmxhd7)

    Hi Ina.

    As I said in my original post, none of those worked. I was simply sharing the steps that worked for me so that I could help others.

    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icons Displaying Vertically FIX’ is closed to new replies.