Greetings,
Is there a way to set the size of the MiniPage?
Like
1 comments
13:38 Jul 16, 2019
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
Show all comments