Viewing 13 replies - 1 through 13 (of 13 total)
  • I still have this issue. Anyone knows how to fix it??

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    You still should start your own thread but we’ll skip that for now. ??

    What’s the link to your site? Alignment issues usually can be sorted out with a little CSS. The Firebug extensin or Chrome’s Inspect element can help you find what needs adjustment.

    Hello,

    Link to my site is https://presta-ecommerce.com. Let me know how to fix this.

    Thanks,
    Vladeta

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Can you disable the W3TC CSS minification? Looks like the margin-top: 30px lines it up correctly but the class name looks dynamically generated.

    Looking at the not minify’ed version might help narrow it down.

    Yup. Disabled it now, but it still looks the same.

    Any clue?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Unfortunately where I am at now blocks things like the Socialize buttons so troubleshooting is a little difficult for me.

    If the CSS class is static then you can apply that margin-top: 30px to just that class and that should fix it. You can add that CSS via a child theme (a bit overkill), a plugin, or if your theme supports it via some custom CSS.

    If the CSS class has a dynamic element (such as some ID) then the CSS can still be added via another plugin add_action('wp_head', 'your_function'); as long as you can predict the CSS class correctly in your function.

    Or the plugin author can release an update that makes the adjustment for you. ??

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    It’s been pointed out to me that this Firebug tutorial may also help figure out the alignment problem. ??

    https://www.studiopress.com/tips/using-firebug.htm

    Hi, thanks for your elaborate answer. However, I can’t find a way of solving this because all buttons have same class “socialize-button”. How do I determine if the button is pinterest and give it another styling?

    Thanks!

    What I’m doing is using the nth-child selector. https://css-tricks.com/how-nth-child-works/

    It’s not ideal, but it’s gotten me through it given I expose the same social links on every page. I’m seeing that on my site as well so it’s probably a universal problem.

    Hi, I’m facing problem with pinterest button too!
    But this is weirder. Here’s my screenshot https://prntscr.com/25egvi
    Strange because it’s suddenly happened, 3 weeks ago still okay, but now it’s not.

    Please help. This is my blog Natural Health Beauty

    Thanks

    Pretty

    (@graphicreaction)

    I am having the same problem! Does anyone have a fix for this?

    Yep, I have the same issue. Looks like it needs an update from the developer.

    Plugin Author Jon Bishop

    (@jonbishop)

    I’ve updated the button to use the latest code.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Pinterest button doesn't lineup’ is closed to new replies.