Runboard.com
Слава Україні!
Welcome: You have reached Pastor Rick's Design Elements message board... Enjoy your stay and please tell others about this board...

User Quick Links:    runboard.com       Sign up (learn about it) ● Sign in (lost password?)

 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

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


---

Advertise Boards On TRDConceptsDE
4/8/2018, 4:27 pm Link to this post Send Email to Pastor Rick   Send PM to Pastor Rick Blog
 


Add a reply





You are not logged in (login)