Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author toastiestudio

    (@toastiestudio)

    Hi,
    I am working on an update that should fix this issue, should come out later today or tomorrow.

    Plugin Author toastiestudio

    (@toastiestudio)

    I released an update (1.1.0) today that address some alignment issues. Can you try the latest update and see if it resolves your problem?

    I was not able to see for sure if it will fix your exact problem as currently I get error 404 when I view products on your site, so can’t see what causes them to go out of alignment.

    Thread Starter Emmagray

    (@emmagray)

    Hello,

    I’ve sent a couple of emails letting you know that this is till not resolved. The buttons are still out of line. Could you take an other look please?

    Plugin Author toastiestudio

    (@toastiestudio)

    Hi,
    Sorry I never receieved any further messages so assumed it was resolved.
    Now you have the plugin active on your site I can see where the problem is occurring.
    The problem is caused by your themes css file, some of the counters use a iframe and your theme is adding a margin and some padding, but only to some buttons.

    .homewrap iframe {
      width: 580px;
      height: 300px;
      padding: 0px 10px 5px 0;
      margin-top: -5px;

    If you are able to add custom css to the theme this is what you need to add.

    .woo-social-buttons iframe {
      margin: 0px;
      padding: 0px;
    }

    Otherwise I will bring an update out over the weekend that also includes it.

    Thread Starter Emmagray

    (@emmagray)

    Hi there, my buttons are still out of line. Could you take another look? I put in the code to my custom css and nothing happened.

    Plugin Author toastiestudio

    (@toastiestudio)

    I don’t see the css affecting the element currently, but I released an update with the css in it so try running the update.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pinterest and Stumblein buttons out of line’ is closed to new replies.