PDA

View Full Version : how to bottom align sigs?


mikez006
09-09-2013, 02:43 PM
I used this template edit (https://vborg.vbsupport.ru/showthread.php?t=230859&highlight=postbit_legacy) to remove the dead pace and condense the postbit content area. However now I want to bottom align sigs so they appear at the bottom of posts instead of having dead space.

How how do I bottom align sigs?

RickyH
09-10-2013, 09:08 AM
Can you provide a link to the forum you're wanting to edit? We can further associate the information if we can see what it is you're trying to achieve :)

mikez006
09-10-2013, 02:04 PM
This is a good example.
http://www.epicnpc.com/epicnpc-news-announcement/554532-dual-badges-enabled.html#post3167313

You can see here the sig for this member is aligned at the top with dead space at the bottom because of the height of the users profile. I'd rather the sig be justified to the bottom and have the dead space at the top.

fxdigi-cash
09-14-2013, 01:47 AM
I guess and not sure about it, but it should work...

you need to add this extra css to the same class you have:


.clear, .cleardiv {
clear: both;
display: none;
height: 100px;
}


add the extra style as shown above in red,

Then go to your template where <div class="cleardiv"></div>

Move that div to above <div class="after_content">

Save you work and see how things go.

I believe this is the only way, but possibly there is another way...

Good luck