Redmine: Show issue page fields in one single column

In Redmine issue fields are arranged in a two columns layout. However, for any reasons, for instance usability, you may want to show the issue fields in one single column, in the issue page as well as in the issue form.

To show the fields in one single column, please follow these steps (Redmine's default theme):

  • connect to your webserver by FTP
  • go to the application.css file of Redmine's default theme
  • insert the following code snippet at the end of the file:

.splitcontent {
display: unset!important;
}

  • clear your browser cache

You may also include this tweak by using the View customize plugin, creating a view of CSS type and including this snippet. You won’t need the “!important” tag:

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *