Custom CSS Like Button Position
-
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;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom CSS Like Button Position’ is closed to new replies.