Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jakob Lenfers

    (@jakob42)

    Well, since you have self made penguins on your site, I just have to help. 🙂

    There is no button, but there seem to be general settings in your theme adding space on the left. Add something like this to the CSS file where you added the display: inline-block:

    div.reaction_buttons > ul {
      margin: 0;
      padding: 0;
    }

    If you only want to change the space on the left site, use something like margin-left or padding-left instead.

    Hoffe das hilft, 😉
    Jakob

    Thread Starter 99DEEPBLACK

    (@99deepblack)

    Thank you so much!

    That’s what Im looking for! Now everything looks like before the update!

    I’m so happy that I have the penguins on my site, so that you have to help me out! 😀 😉

    Plugin Author Jakob Lenfers

    (@jakob42)

    Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the Listbutton’ is closed to new replies.