• Resolved albertkents

    (@albertkents)


    I installed this Plugin, I’m using the Twenty Twenty WordPress Default theme BUT the social Share Inline Module position Center alignment is not working properly. As you can see at the bottom of the sample post I have linked, the position of the social share buttons is not centered with the content.

    Is there a solution/fix for this? Maybe the Plugin needs to be updated to support the Twenty Twenty WordPress default theme property!

    I’m looking forward to your help. Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @albertkents,

    Thanks for bringing this to our attention, I do see the same issue on my end when tested with 2020 theme.

    I have created a report for our devs to check it out, but for now you can add below code inside Appearance > Customize > Custom CSS field and that should do the trick:

    .hustle-ui.hustle-inline.hustle-show {
        margin-left: auto;
        margin-right: auto;
    }

    Cheers,
    Predrag

    Thread Starter albertkents

    (@albertkents)

    Hi @wpmudev-support1 thanks. The above code, Center aligns but only on full width Template. It’s not working on either the Cover Template or default template within the 2020 theme.

    Test both the Cover Template and default template on your end and see.

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @albertkents

    I hope you’re well today!

    I just tested it on my end with all three templates and it worked for me with all of them.

    However, I did notice than if it’s added “too earlY” it doesn’t. I mean by this that in this case it might have to be somehow “moved” to be applied later than it currently is:

    – if you do have any other code inside “Appearance -> customize -> custom css” try moving this one at the very end of it
    – make sure to clear all possible caches on site/server if there are any
    – try also this version, which isn’t particularly “elegant” and recommended but in this case might help as it should “force” the rules:

    .hustle-ui.hustle-inline.hustle-show {
        margin-left: auto!important;
        margin-right: auto!important;
    }

    Best regards,
    Adam

    Thread Starter albertkents

    (@albertkents)

    Thank you @wpmudev-support8. The “less elegant” version has worked. Hahaha. You’re the best. Thank you again for helping out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social Share and Twenty Twenty Default Theme’ is closed to new replies.