MyBB Community Forums

Full Version: Quote design problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I quote, the texts are very adjacent to each other as shown in the appendix. How can I solve this problem? Please help me.

[Image: kanit.png]

(2019-10-13, 12:05 AM)Aawful Wrote: [ -> ]When I quote, the texts are very adjacent to each other as shown in the appendix. How can I solve this problem? Please help me.

[Image: kanit.png]
I want like this.
Check the stylesheet for quote in your theme/template.

For example, the default template show a quoted text within a <div> block with class mycode_quote, then change/add following attribute (values can be adjusted):
margin-top: 1em;
margin-bottom: 1em;