This question is locked. New answers and comments are not allowed.
Looks like I made another css error. I changed the width of the popup edit window from 350px to 700px and now the popup edit window does not center. Here is my css change:
.t-edit-form-container {
width: 700px;
margin: 1em;
}
Could you please let me know how to change the width of the popup edit window and center it? Dynamic width based on contents would be great but I am not sure if that could be done with the window.
Thanks,
Rhek
.t-edit-form-container {
width: 700px;
margin: 1em;
}
Could you please let me know how to change the width of the popup edit window and center it? Dynamic width based on contents would be great but I am not sure if that could be done with the window.
Thanks,
Rhek