Need Help Align User Appearance - SMF2

Started by SEABOY, December 22, 2009, 06:48:20 AM

Previous topic - Next topic

SEABOY

Hello guys...

i'm using smf2rc2 and works fine with no problem but i have a small issue with the user appearance in threads....
look at this pic


i want to Align the member group and group icon to middle also the post counter and karma and all field in that view to middle...so can you help me?

Thanks in advance

bullbreedluverz

you can try this

open displaytemplate.php

find

<div class="poster">

replace with

<div class="poster centertext">

that will center align all the info in the poster profile like this http://www.eotsdzine.com/DEMO/index.php?topic=2.0

SEABOY

#2
Thanks so much bro that's works fine....

i have another question if u dont mind..

how i can Align the user name also to middle coz u see at this pic is not aligned to middle...also how i bring the signature more down not show in middle of the body text like that ?


Yahmez

Quote from: SEABOY on December 22, 2009, 03:40:03 PMhow i bring the signature more down not show in middle of the body text like that ?

To move the sig down, open index.css

Find:
.moderatorbar
{
    clear: right;
}


Replace With:
.moderatorbar
{
    clear: both;
}

SEABOY

Thanks bro that works fine with me ...many thanks  :)

Just now need to align the member name only if that possible

sAce

Quote from: SEABOY on December 23, 2009, 03:27:37 AM
Thanks bro that works fine with me ...many thanks  :)

Just now need to align the member name only if that possible

its already centered , it looks a bit offside because of the status icon.

Yahmez

Quote from: S-Ace on December 24, 2009, 08:32:18 AM
its already centered , it looks a bit offside because of the status icon.
That's my thought too. Relocate the user online image to the line below and the text will be centered.

Advertisement: