The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Resizing the Profile in Posts

3 posters

Go down

Solved Resizing the Profile in Posts

Post by Zealotor April 5th 2011, 6:12 am

Is it possible to resize this part of the forum?
Resizing the Profile in Posts 15zouv

Sorry for the image. xD
avatar
Zealotor
New Member

Posts : 18
Reputation : 0
Language : English

Back to top Go down

Solved Re: Resizing the Profile in Posts

Post by Nera. April 5th 2011, 10:48 am

PhpBB3?
Try changeing in this CSS part the width settings, and float;

Code:
.postprofile {
    display: inline;
    float: right;
    margin: 5px 0 0;
    min-height: 80px;
    position: relative;
    width: 22%;
}

If you dont manage by your self, could you leave a direct link?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Resizing the Profile in Posts

Post by Zealotor April 6th 2011, 5:07 am

That solved the left side problem. Thanks

Next, how do I edit the other side, with the post content?
avatar
Zealotor
New Member

Posts : 18
Reputation : 0
Language : English

Back to top Go down

Solved Re: Resizing the Profile in Posts

Post by Nera. April 7th 2011, 11:44 am

Play with width settins or others if you want, it is for the part where you write in post.

Code:
  .postbody {
    clear: both;
    color: #666666;
    float: left;
    line-height: 1.48em;
    padding: 0;
    width: 70%;

This part are settings for everything together (both two parts) =>
Code:
  .post {

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Resizing the Profile in Posts

Post by Zealotor April 7th 2011, 1:46 pm

Thanks for the help Smile
avatar
Zealotor
New Member

Posts : 18
Reputation : 0
Language : English

Back to top Go down

Solved Re: Resizing the Profile in Posts

Post by Nera. April 7th 2011, 1:48 pm

No problem Hello
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Resizing the Profile in Posts

Post by Sanket April 7th 2011, 2:39 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Resizing the Profile in Posts 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum