[Resolved] The final social icon in foot widget is positioned lower.

Home Forums Support [Resolved] The final social icon in foot widget is positioned lower.

Home Forums Support The final social icon in foot widget is positioned lower.

  • This topic has 5 replies, 2 voices, and was last updated 2 years ago by Fernando.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2169243
    Mark

    The final social icon in foot widget is positioned lower.

    #2169321
    Fernando
    Customer Support

    Hi Mark,

    There’s custom CSS possibly being added by a third party plugin causing the issue.

    See: https://share.getcloudapp.com/X6uE0q9q

    Try #1 here to find out which: https://docs.generatepress.com/article/debugging-tips/

    It would be best to find out which plugin is causing this and then reach out to their support for assistance with regards to this issue.

    Otherwise, you would need a custom CSS like this to fix the issue:

    ul.wp-block-social-links > .wp-block-social-link {
        margin-bottom: 0;
    }

    Here is an article with regards to adding CSS: https://docs.generatepress.com/article/adding-css/#additional-css

    Adding it through additional CSS should work.

    However, as mentioned, it would be best to find out which plugin is causing this first and resolve it through there.

    Hope this clarifies.

    #2169323
    Mark

    Hi Fernando,

    I solved the problem using the css code you provided.

    But I don’t have time right now to find which plugin is causing the problem.

    Thank you for your help.

    #2169336
    Fernando
    Customer Support

    You’re welcome Mark! Glad to be of assistance! Feel free to reach out anytime if you’ll need assistance with anything else. 🙂

    #2170529
    Mark

    Hello Fernando,

    I tested it with a brand new website. And enable only GP Premium, GenerateBlocks Pro and GenerateBlocks. Disable all other plugins.

    But the problem still exists. I don’t think this is a problem with other plugins.

    May be there is a bug with GenerateBlocks.

    #2170558
    Fernando
    Customer Support

    Sorry, you’re correct! This CSS is from GeneratePress. The CSS is meant to prevent extra unnecessary space being added below the last widget. It seems to affect WP Social Icons.

    The solution for now would indeed be custom CSS to override this or to use GenerateBlocks Buttons Block instead of WP social Icons.

    Thank you for testing. Will check with the team regarding this. 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.