Page 1 of 1

Findmore buttons overlap border of blog posts

Posted: Sat Jan 07, 2012 10:42 pm
by lfrantzen
Hi,

after the latest updates of the plugins the findmore Google+ Button overlaps the border of the blog post. see:

http://www.frantzen.info/index.php?frontpage

It also looks a bit weird that the Facebook "I Like" and the Google+ Buttons now appear as list entries with the preceding arrows in the case of my template.

Is there an easy way to get his fixed?

Thanks and cheers!
Lars

Re: Findmore buttons overlap border of blog posts

Posted: Sun Jan 08, 2012 8:27 pm
by yellowled
lfrantzen wrote:the findmore Google+ Button overlaps the border of the blog post.
The issue here is that both FB Like and G+ +1 are supposed to align next to each other, but your template does not provide enough vertical space. The easiest solution here is to reduce the right margin of the list items:

Code: Select all

.findmore_like_button { margin-right: 1em; }
lfrantzen wrote:It also looks a bit weird that the Facebook "I Like" and the Google+ Buttons now appear as list entries with the preceding arrows in the case of my template.

Code: Select all

.serendipity_findmore_like li {
    background: transparent;
    padding-left: 0;
}
YL

Re: Findmore buttons overlap border of blog posts

Posted: Sun Jan 08, 2012 10:36 pm
by lfrantzen
YellowLed, fantastic, both issues solved due to your quick answer, thanks a lot!!!

:D

Cheers,
Lars