Findmore buttons overlap border of blog posts

Creating and modifying plugins.
Post Reply
lfrantzen
Regular
Posts: 55
Joined: Fri May 02, 2008 1:24 pm
Location: Munich, Germany
Contact:

Findmore buttons overlap border of blog posts

Post 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
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Findmore buttons overlap border of blog posts

Post 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
lfrantzen
Regular
Posts: 55
Joined: Fri May 02, 2008 1:24 pm
Location: Munich, Germany
Contact:

Re: Findmore buttons overlap border of blog posts

Post by lfrantzen »

YellowLed, fantastic, both issues solved due to your quick answer, thanks a lot!!!

:D

Cheers,
Lars
Post Reply