Hello,
I just start with GroceryCrud and want to change the size of a column in edit mode.
Thank you for your help.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 31 May 2013 - 21:28 PM
Hello,
I just start with GroceryCrud and want to change the size of a column in edit mode.
Thank you for your help.
Posted 01 June 2013 - 08:26 AM
Hello and welcome to the forums.
You can do this by altering the css of the theme you use statically or via jquery dynamically.
Just go to assets/grocery_crud/themes/your_theme/css or assets/grocery_crud/themes/your_theme/js for jquery changes.
Just remember that each field has a unique id that you can use.
Posted 02 June 2013 - 08:27 AM
Thank you Davidoster! It works now.