• Resolved greencode

    (@greencode)


    Rather annoyingly whenever an image is placed in my blog it places a grey border around it, which looks great for the majority of images. But, it’s also decided to place the same padding and grey border around the addthis button.

    Is there any way I can style the addthis button to include a border and padding tag, both to be zero?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Does the addthis button have any CSS tags? If it does you can fix it with

    .addthistag { padding:0; border:none; }

    Thread Starter greencode

    (@greencode)

    Thanks for this – I’ve managed to do it by including an inline style of:

    style=\”padding:0; border:none;\”

    I had to include the back-slashes as it was in the coding of the button (to be honest I’ve no idea why you have back-slashes but this seemed to work nevertheless)

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: AddThis] Remove border that my theme has placed around it’ is closed to new replies.