Sicktier Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[PHPBB3 Forums] Adjust the space between the user profile and the post, and also resize them.

View previous topic View next topic Go down

[PHPBB3 Forums] Adjust the space between the user profile and the post, and also resize them. Empty [PHPBB3 Forums] Adjust the space between the user profile and the post, and also resize them.

Post by Mases Sun Mar 09, 2014 12:48 am

Hello,
If you use the PHPBB3, the space between the profile and the post is too much. Better yet, the profile has so much extra space that some of us don't need. With these two CSS codes, you will be able to adjust the space between the post and the poster's profile, as well as resize them however you please.

Now, in order to understand this trick, you must understand that there is a ratio between how much the profile and the post occupy of each page. With this code, you will be able to adjust the percentages. It is recommend to use percentages because pixels are limited and will not appear perfectly on wide screens, or different browsers.

The first code will determine the space occupied by the profile:




Code:
.postprofile{
width: 12%;
}


The second code will determine the space occupied by the post:


Code:
.postbody{
width: 82%;
}


You see the profile will occupy 12%, and the post will occupy 82%. That means there is 6% left (out of 100%). That 6% will be the space speared to keep a space between the post and the poster's profile.

Hope this helped; cheers,
masesm
Mases
Mases

[PHPBB3 Forums] Adjust the space between the user profile and the post, and also resize them. Barcod11

Gender : Male

Posts : 23

Join date : 2014-02-20

Respect Bar : [PHPBB3 Forums] Adjust the space between the user profile and the post, and also resize them. Empty


https://sicktier.board-directory.net

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

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