MiniPage Size
Greetings,
Is there a way to set the size of the MiniPage?
Like
Dear Mohammad,
There are no basic tools to modify the mini page size. You can only modify the mini page CSS code to increase the size of the page container. For example, if you need to increase the size of opportunity mini page - you would need to create a new schema to replace the original OpportunityMiniPageCSS and add your custom CSS
Here is the example how I increased the page width http://prntscr.com/ofplim and the code:
}
.opportunity-mini-page-container {
width: 700px;
}
Best regards,
Dean
Hi Mohammad, I know it's been some time from your post, but this may also interest others - Creatio has this functionality planned for soon release - I suggest following the roadmap :)
FYI you can do this now by enabling a feature. See https://customerfx.com/article/changing-the-size-of-freedom-ui-modal-mini-pages-in-creatio/
Ryan