Bottom Aligned Signature

Mixed forum with code snippets, guides and styles
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Bottom Aligned Signature

Post by Stoker »

Bottom Aligned Signature

If you like me is fan of bottom aligned signatures, her is how to do it with a single css add:

Code: Select all

.postbody .content {
	min-height:200px;
}

@media (max-width: 700px) {
	.postbody .content {
	min-height:0px;
	}
}
bottom_signature.png
You do not have the required permissions to view the files attached to this post.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Anișor
BBCoder I
BBCoder I
Posts: 2
Joined: 14 Sep 2012, 17:31
BBCodes: 4

Re: Bottom Aligned Signature

Post by Anișor »

Cool idea but you should add an exception for smaller screens. In responsive mode the posts will have the same height - more scrolling than needed.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Re: Bottom Aligned Signature

Post by Stoker »

Anișor wrote: 10 Jan 2025, 09:57 Cool idea but you should add an exception for smaller screens. In responsive mode the posts will have the same height - more scrolling than needed.
You're absolutely right :thumb:
I'll take a look later today.

I removed you from newly registered. Making registered default wasn't enough to get out of the topic approval thing :D
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
Stoker
Site Admin
Site Admin
Posts: 3635
Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark

Re: Bottom Aligned Signature

Post by Stoker »

First post updated included responsive mode for mobile devices
~ The greatest achievement in life is to inspire ~
Regards Stoker