Icons Displaying Vertically FIX
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Icons Displaying Vertically FIX’ is closed to new replies.