Meta Question

Blondesjon's avatar

Is it possible to change the dimensions of your Fluther Badge?

Asked by Blondesjon (33994points) March 16th, 2010

I would like to tweak the dimensions of my Fluther Badge. I have a working knowledge of HTML and styles but this little bit goes beyond what I have the patience (or time) to trial and error right now.

Observing members: 0 Composing members: 0

3 Answers

MebiByte's avatar

I don’t think it’s possible, because the badge is mostly Javascript that is run on the Fluther server. However, Fluther could potentially add a customizable badge in the future if the desire for such was in the community.

jrpowell's avatar

You can but it looks like shit. The size is easy enough to change.

Here is the CSS for your badge.
http://www.fluther.com/widgets/userbadge/1/blondesjon.css

You can use !important in your CSS file to override the images and size with custom ones.

for example:
#fluther_badge {
width: 320px !important;
height: 148px !important;
}

You can do the same for the background image and so on.

Blondesjon's avatar

@johnpowell . . . You’re right, that does look shit. Thanks anyway man. You gave me a snippet to remember for future use when I have an image I need to shrink. :)

Answer this question

Login

or

Join

to answer.
Your answer will be saved while you login or join.

Have a question? Ask Fluther!

What do you know more about?
or
Knowledge Networking @ Fluther