Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #312930
    Anna Apollonia
    Participant

    The social icons layout displays wrong after updating:

    https://www.anna-apollonia.art/about/

    #312935
    tikaram
    Keymaster

    @anna-apollonia : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    #312977
    Sakin
    Keymaster

    Hello Anna,

    Which social plugin are you using? I am not sure how you added that social link to provide you appropriate answer. When I check, there is a style from the WordPress core which is making your social icons block to full width.

    For quick fix, you can add the following CSS in “Appearance => Customize => Additional CSS” box:

    .entry-content .wp-block-social-link {
      display: inline-block;
    }

    Regards,
    Sakin

    #313022
    Anna Apollonia
    Participant

    Hello Tikaram,

    Hello Sakin,

    It’s a standard WP block, and it displayed the icons in a normal manner until the update.

    But with your custom CSS, it’s perfect, thank you!

    #313071
    Sakin
    Keymaster

    Hello Anna,

    It’s good to know that CSS works for you. Also, on your site when I check the CSS it’s not from our CSS. But when I check the Social Block in my local it’s working fine.

    Regards,
    Sakin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Social Icon layout broken since updating to WP 6.1.1’ is closed to new replies.