Duplicate Snippet
Embed Snippet on Your Site
MemberPress: Adjust Column Width for MemberPress Access Column on Admin Pages
This snippet adds custom CSS to adjust the width of the Acess (mepr-access) column on the post-related admin pages (posts, pages, CPTs, etc.) in the WordPress Dashboard.
To modify the width property to any specific value, replace "auto" with the needed width (in px, %, etc.) on this line:
echo '';
Thus, to set the column with to for example 15p px, the mentioned line of code would look like this:
echo '';
Code Preview
php
| |
| |
| |
| |
| |
Comments