• I want to float right on my like button and wrap the content of the post around it, but I can’t seem to figure out how to do it. I added the following code to my custom CSS file and I can’t seem to get it to move.

    #fb-social-plugin #fb-like
    clear: both;
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 20px;
    }

    http://wordpress.org/extend/plugins/facebook/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Niall Kennedy

    (@niallkennedy)

    The Facebook plugin for WordPress outputs social plugin markup with class values, not id. You may want to try acting on the .fb-like selector instead.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS Like Button Position’ is closed to new replies.