• Resolved warrior7089

    (@warrior7089)


    Social icons of WordPress Social Icons Block are not aligned in the footer. I upgraded WordPress to the latest version and it didn’t help. These icons are added in Appearance -> Widgets -> Footer

    Any advice on how to resolve this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @warrior7089 – adding this custom CSS at Appearance > Customize > Additional CSS should fix the issue:

    
    /* Fix spacing on first social icon */
    .widget .wp-block-social-links li:first-child {
      margin-top: 2rem;
    }

    Looks like this was recently fixed in Twenty Twenty – see details here – so when you see an update available for the theme in a few weeks, you should no longer need this custom CSS.

    Thread Starter warrior7089

    (@warrior7089)

    @zoonini thanks, it was helpful

    Moderator Kathryn Presner

    (@zoonini)

    You’re very welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Icons Block icons are not aligned in footer’ is closed to new replies.