Hi there,
I added the facebook recommend button in my archive page next to the google +1 button. I saw that this fb button has this css rule:
.fb_iframe_widget snap { vertical-align: bottom; }
and its shows differently to the other button that is aligned vertically to the top.
the image shows better what I’m trying to explain:
[IMG]http://i59.tinypic.com/2jb60x4.png[/IMG]
and this is the guilty page:
link
now, when I write this rule:
.fb_iframe_widget span { vertical-align: top !important; } in style.css by the omega child’s editor and I clean my cache, to align the button, refresh the page, but it doesn’t works.
Also I tried with a snippet by the Snippets plugin, but I see always the same problem.
How can I resolve this?