Topic-icon Content plugin - K2 Like : Alignment buttons

Active Subscriptions:

None
10 years 1 month ago - 10 years 1 month ago #41967 by jeaver
Hello,
In recent days, the buttons facebook are not aligned, they are displayed below the other... It's ugly on the page.



Do you have a solution ?

Thanks

Jean-Marc VERDREL
www.coulisses-tv.fr
Last edit: 10 years 1 month ago by jeaver.
The topic has been locked.
Support Specialist
10 years 1 month ago #42024 by alzander
There's a few things that are contributing to make the buttons go to the bottom of their div. The Like buttons themselves have a vertical-align: bottom. That's being set by Facebook itself.

The other issue is that the line-height for everything on your site is set to 1.6.

You can fix either, but I'd recommend updating the line-height by adding the following to your template:
div.scsocialbuttons div {
line-height: 1em;
}
I hope that helps, but if not, let us know.

Thanks,
Alex
The topic has been locked.