Mixed forum with code snippets, guides and styles
Stoker
Site Admin
Posts: 3635 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 09 Jan 2025, 23:09
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
Anișor
BBCoder I
Posts: 2 Joined: 14 Sep 2012, 17:31
BBCodes: 4
Post
by Anișor » 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.
Stoker
Site Admin
Posts: 3635 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 10 Jan 2025, 10:11
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
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
~ The greatest achievement in life is to inspire ~
Regards Stoker
Stoker
Site Admin
Posts: 3635 Joined: 12 May 2008, 21:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Post
by Stoker » 10 Jan 2025, 10:30
First post updated included responsive mode for mobile devices
~ The greatest achievement in life is to inspire ~
Regards Stoker