Edit item modal in content section not wide enough
Hi!
I'm having a small problem when using this editor inside my grid.
I have set it up and it works great with nesting a doc type inside of the grid layout.
Though in the nested doctype I'm using a Related Links datatype and when opening the editor on the content page i saw that it isn't long enough.
This means that I see the related links editor and can set a caption and choose a link but I can't see or press the add button.
So the related links datatype is unusable at the moment which is sad.
What can I do too change the width of the edit modal ? or can It be resolved in any other way?
Edit item modal in content section not wide enough
Hi!
I'm having a small problem when using this editor inside my grid.
I have set it up and it works great with nesting a doc type inside of the grid layout.
Though in the nested doctype I'm using a Related Links datatype and when opening the editor on the content page i saw that it isn't long enough.
This means that I see the related links editor and can set a caption and choose a link but I can't see or press the add button.
So the related links datatype is unusable at the moment which is sad.
What can I do too change the width of the edit modal ? or can It be resolved in any other way?
Kind regards
Johan
Hi Johan,
We had a similar question about the Stacked Content editor overlay modal a while back.
Here's a link to my answer there: https://our.umbraco.com/packages/backoffice-extensions/stacked-content/stacked-content-feedback/91293-change-width-of-editor-pane-overlay#comment-288080
I'm not too sure what the exact CSS selector would be, you'd need to play around with it.
Cheers,
- Lee
Hi Lee!
Thanks for your answer, it was really helpful and I managed to solve my issue with that other post.
For anyone else coming across this, I used the CSS code:
.umb-overlay.umb-overlay-right { width: 800px !important; }
And to add it in Umbraco I followed this articles instruction:
https://24days.in/umbraco-cms/2015/umbraco-7-back-office-tweaks/
Cool, good to hear that it worked out for you!
is working on a reply...