Forum breadcrumbs – You are here:Asgaros Support ForumSupportTopic box layout
Please or Register to create posts and topics.

Topic box layout

Is it possible to change the default height of the topic box to save vertical space, since most of our messages will be short ones?

Uploaded files:
  • Capture1.JPG

Try adding in you CSS:

#af-wrapper .post-element {
 min-height: 200px !important;
}

Cheers!

swmchau has reacted to this post.
swmchau

Thanks for your help. I added the lines to Forum->Appearance->Custom CSS, saved the changes, then increased min-height from 100px to 1000px but the height does not change at all for existing and new topics. Any idea?  Thanks

Hello @swmchau

Please try it with the following css and clear your browser-cache after applying those changes:

#af-wrapper .post-message {
    min-height: 100px !important;
}

 

swmchau has reacted to this post.
swmchau
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Wonderful! It works. Thanks for your professional help.

Asgaros has reacted to this post.
Asgaros