Modify Column Width

1
Where do I go to modify the width of the columns in the Items View menu item? If you look at the screenshot I have attached, you can see that the left-hand column items are outside the boundaries of the column. I tried using firebug to fix the problem, but my changes have no effect so I am obviously missing something. Any help is appreciated.

Thank You!
Responses (6)
  • Accepted Answer

    Tuesday, April 09 2013, 05:02 PM - #Permalink
    0
    Yes yes yes.. Thanks :) the file is template.css
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 09 2013, 04:34 PM - #Permalink
    0
    just place it on the CSS file of your template:

    select#project_id, select#category_id{
    width:100px;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 09 2013, 04:33 PM - #Permalink
    0
    yes, where can i modify this line?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 03 2013, 12:28 PM - #Permalink
    0
    where do you set this? what file?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 27 2012, 01:29 AM - #Permalink
    0
    Ah, I see :cheer:. Thanks for the fix Germi!
    The reply is currently minimized Show
  • Accepted Answer

    Monday, November 26 2012, 12:16 PM - #Permalink
    0
    hello!
    it's actually not a column width issue, but the SELECT dropdowns are causing this. so you need to set the select dropdowns width, actually. like so:

    select#project_id, select#category_id{
    width:100px;
    }
    The reply is currently minimized Show
Your Reply