Site logo

Archived topic

Weird display bug with sidebar widget and social icon block WP

1 reply · Started by Nguyen on January 4, 2023

Viewing posts 1–2 of 2

Hi, so seems like I've encountered a strange error with GP sidebar widget and social icon block of WordPress:

The last social icon's position is always a little lower than others, no matter what link it is, and how many social icons I have.

I searched google and also asked ChatGPT but didn't help. Thanks

Please take a look into it, my right side bar (icon block is in author box)

https://nguyendangblog.com/

Hi there,

add this CSS to correct that:

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    margin-bottom: 0;
}
This archived topic is closed to new replies.