MyBB Community Forums

Full Version: Solved
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I found it out. Thanks guys Smile
Do you mean to add spaces between letters of posts ?

Open global.css , and in .post_body class, add the following attribute;
letter-spacing: 0.3em;

Play with 0.3 and adjust it according to your needs.
(2012-06-22, 11:12 AM)Yaldaram Wrote: [ -> ]Do you mean to add spaces between letters of posts ?

Open global.css , and in .post_body class, add the following attribute;
letter-spacing: 0.3em;

Play with 0.3 and adjust it according to your needs.

I'm talking about the gap between posts. Sorry.

[Image: OsibL.png]
No problem.

A simple spacing is like adding a <br /> tag at the end of postbit and postbit_classic templates.
(2012-06-22, 11:21 AM)Yaldaram Wrote: [ -> ]No problem.

A simple spacing is like adding a <br /> tag at the end of postbit and postbit_classic templates.

That's not what I'm really talking about. See the gap between the .tdborder and .tcat? How would I put them together like it would be normally? I think I messed up when editing my theme.

[Image: rWSne.png]
I believe the answer to this thread lies within $post_extra_style however I'm not entirely sure where to find where this variable is being pulled from.

Anyone?
In the future please leave your message intact so other people with the same issue can easily find the answer.

Thanks.