Post Profile Width (PunBB)

Riglax at 21h04
29
Oct
2011
Alright. After spending ages trying to find a way to resize the width of the whole profile column, I've only managed this outcome (only grow larger the info of the user, no the actual column itself.), using this code:

Code:
.pun .post .user {
    width: 180px;
}


I'm getting sort of frustrated by now. Anyone have a code that can change the whole column? (The gray area.)
1 Base, on 29/10/2011 at 21h10
Hi!

Please try adding this to your CSS code:

Code:
.pun .postmain {
    margin-left: 20em;
}
.pun .post .user {
    margin-left: -18em;
}


Smile
2 Riglax, on 29/10/2011 at 21h12
Oh man, that did the trick finally!

Thanks bro! Thanks a bunch, I've been playing around with codes for ages. ^_^

You can close this topic now.
3 Base, on 29/10/2011 at 21h14
You're welcome! I'm glad I could help you out! Very Happy

Problem Solved:Glad your problem is solved; topic marked as solved and archived. Smile
Similar topics
I have decided to go with either phpbb2 or punBB due to both of them offering template editing and phpbb3 doesn't but I am having a hard time figuring out which one is better and which on I should use. Which one do you guys like better and why? I value al
Hi, Even if i increased the width of the row of last posts at 300px , the width of the titles of the last posts remains small. Because of this, a title for example as this "The relationship with your father" appears as "The
I have 2 problem 1.how can I delete dis line from post? 2.how can I change the font size?
Replies 1 to 3 on 3 for "Post Profile Width (PunBB)"
See also
more_less
Informations

3 Replies For the topic :
"Post Profile Width (PunBB)"

This topic has been viewed 791 times.

Last message :
29/10/2011 at 21h04 by "Riglax"