• Hi there,

    I’ve been struggling to remove padding from a specific class called pam from the facebook like box seen here.

    I put this code in my style.css, but it doesn’t seem to do anything..? Also, I cannot find the pam class within the plugin editor, which is quite confusing?

    .pam {padding: 0px;}

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cbeaman

    (@cbeaman)

    Thanks for any help you are willing to give!

    I see the css that controls the like box
    .pluginButtonLabel {
    padding: 0 5px 0 0;
    position: relative;
    vertical-align: top;
    Haven’t figured out which style sheet yet.

    Thread Starter cbeaman

    (@cbeaman)

    I see the padding being created here: <div class=”clearfix pam” style=”height: 73px”>

    as .pam {
    padding: 10px;
    }

    but I can’t figure out where to delete bit of code from??

    I can’t override it in my style.css, and I can’t find the pam class in the plugin?

    Look for assistance on the plugin site.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to Remove Padding from Like Box?’ is closed to new replies.