How to resize the right column?

Created on 12 December 2011, almost 13 years ago
Updated 7 September 2024, 3 months ago

I don't want the right column to be the default size. I want it to be more narrow. Please help. Thank you!

πŸ’¬ Support request
Status

Fixed

Version

1.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΈUnited States loco8228

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • πŸ‡ΊπŸ‡ΈUnited States jenlampton

    You can change the width of the columns with CSS. Here is an example of very narrow sidebars with a wider center column:

    .column-1 {
      width: 150px;
    }
    .column-2 {
      width: 700px;
    }
    .column-3 {
      width: 150px;
    }
    
  • Status changed to Fixed 3 months ago
  • πŸ‡ΊπŸ‡ΈUnited States jenlampton
Production build 0.71.5 2024