MyBB Community Forums
Make Postbit Same Size - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Make Postbit Same Size (/thread-237167.html)



Make Postbit Same Size - Flawless - 2022-12-07

Currently the postbit is sizing to however large the content is. It is using the flexbox to be responsive based on the user's display. How would I go about making the postbit all display the same, consistent size. 
Example:

link: https://coinforums.net/Thread-Welcome-to-CoinForums

[Image: SB6pZ6q.png]


RE: Make Postbit Same Size - Mostafa.Shiraali - 2022-12-07

hi, add this to your theme global.css and clear cache and check

.post-box strong:first-of-type {width: 76.6% !important;}



RE: Make Postbit Same Size - Flawless - 2022-12-08

(2022-12-07, 11:51 AM)TMostafa.Shiraali Wrote: hi, add this to your theme global.css and clear cache and check

.post-box strong:first-of-type {width: 76.6% !important;}

Thank you, that solved it!