Pastor Rick
Head Administrator
Registered: 07-2005
Location: Texas
Posts: 560
Karma: 11 (+12/-1)
|
Reply ● Quote
|
|
Maximizing Flex-Width Posts
In the "flex-width" design posted messages can experience horizontal distortion under Runboard's default CSS settings. This "stretched out" appearance can take away from the look you want others to experience when visiting your message board. To correct the distortion, place the following in your Custom CSS:
.ak_msg_post_table {
width: min-content;
}
.postlistuserblock {
white-space: nowrap;
vertical-align: top;
text-align: left;
height: 100%;
width: fit-content;
}
Next, look for the .ak_msg_post_master_table td class in your custom CSS and remove any "width:" declarations you find there.
Last edited by Pastor Rick, 4/8/2018, 4:30 pm
|
4/8/2018, 4:27 pm
|
Link to this post
Send Email to Pastor Rick
Send PM to Pastor Rick
Blog
|