News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Signature Float due to Avatar

Started by chaincommonkuy, June 27, 2011, 12:32:50 PM

Previous topic - Next topic

chaincommonkuy



As you can see at the picture, how can we make the signature remains at the bottom line of each post by the user.

Thx  ;)

Antechinus

Set a minimum height on .inner in index.css.

chaincommonkuy

Sorry, can not fix it. Could you show example please?

Antechinus

.inner
{
padding: 1em 1em 2px 0;
margin: 0 1em 0 0;
border-top: 1px solid #99a;
}


Change to:

.inner
{
padding: 1em 1em 2px 0;
margin: 0 1em 0 0;
min-height: 120px;
border-top: 1px solid #99a;
}


Use whatever height works for you.

chaincommonkuy

Quote from: Antechinus on June 27, 2011, 06:58:27 PM
.inner
{
padding: 1em 1em 2px 0;
margin: 0 1em 0 0;
border-top: 1px solid #99a;
}


Change to:

.inner
{
padding: 1em 1em 2px 0;
margin: 0 1em 0 0;
min-height: 120px;
border-top: 1px solid #99a;
}


Use whatever height works for you.

Can not find ".inner" in index.css
All I find is

Quote.search_results_posts .inner
{
   padding: 0.5em 1em;
   overflow: hidden;
}

:-[



Antechinus

Set the min-height on .post then.

chaincommonkuy


Advertisement: