MyBB Community Forums

Full Version: Make Postbit Same Size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
hi, add this to your theme global.css and clear cache and check

.post-box strong:first-of-type {width: 76.6% !important;}
(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!