Support Article
Maximize Screen Size dynamically
SA-11948
Summary
The user has configured a grid and the grid contains 21 fields.
In one portal, the contents are getting adjusted to the screen size dynamically. In another portal, there is a blank space to the right.
Error Messages
N/A
Steps to Reproduce
N/A
Root Cause
The root cause of this problem is the user has configured custom CSS which is resulting the blank space to the right.
Resolution
This issue is resolved through the following local change which is included in the specific section:
<style>
.contentInner{
width: 100% !important;
}
</style>
Published July 9, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.