Why is the last social share icon in WordPress crooked?

[ad_1]

Moderator
t-p

(@t-p)

Are these social share icons a feature of your theme? If yes, what theme, and this theme acquired from?

Or are using a plugin for it? If yes, what plugin, and it acquired from?

Hi @t-p

There is a custom CSS rule to remove the spacing below the last icon:

.footer-widgets .widget :last-child, .footer-widgets .widget:last-child, .one-container .site-main > :last-child {
  margin-bottom: 0;
}

Because of Litespeed, I cannot see where the CSS rule is, but it’s probably in the Additional CSS tab of the Customizer.

You can edit it to this to get your issue fixed:


.footer-widgets .widget :last-child:not(.wp-social-link), .footer-widgets .widget:last-child, .one-container .site-main > :last-child {
  margin-bottom: 0;
}

Don’t hesitate if you need further help.

Currently we are using Generate Press Premium theme. Do I need to contact my theme supporter for this?

Moderator
t-p

(@t-p)

If it’s a feature of your theme, please contact your theme’s dedicated support so the its developers and support community can help you with it.

Thanks for letting me know, I’ll talk to my theme supporter about this.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer