• Hi, I don’t know why or how but the icons in the social menu on my site 9 Gallons have squished up next to eachother. How do I get the spacing back?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try to add

    margin-right: 5px;

    to your

    .social-links ul li {
      
    }

    Did you make any theme or custom CSS edits lately? Install any new plugins?

    As Maged mentioned, some custom CSS should improve the spacing, but it would ideally be good to figure out what caused the issue all of a sudden.

    .social-links ul li {
      margin-right: 5px;
    }
    

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer with WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS. Or if you’re using a child theme or other custom CSS plugin, you can add the code there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Icon Spacing’ is closed to new replies.