Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    Hi, tiramipursuit!

    This rule in your current theme’s stylesheet is causing the icons to display vertically:

    .widget li {
    	margin: 0;
    	padding: 6px 0 10px;
    	list-style: none;
    	clear: both;
    	border:none
    }

    If you’re able to edit the theme’s stylesheet or add your own CSS using a plugin such as Jetpack with the Custom CSS module, you could add these styles to correct the issue:

    .widget.simple-social-icons li {
    	clear: none;
    }
    Thread Starter tiramipursuit

    (@tiramipursuit)

    Thank you so much! It worked perfectly.

    Plugin Contributor Nick C

    (@modernnerd)

    You’re welcome! Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘icons showing up vertically.’ is closed to new replies.