Forum Discussion
Ricky Raghavan
Feb 01, 2019Copper Contributor
SharePoint Online Communication Site-Not able to remove the white-space on the left
I am using a One-third right column layout and all the webparts appear to be centrally aligned when viewed on an average size monitor. This leaves a noticeable white-space on the left. Is there any way that can be removed?
I tried using CSS and adjusting the layout of the columns but in vain
.SPCanvas{ margin-left:0px; margin-top:0px;padding:0px !important; }
- Unfortunately you cannot remove any white spaces you see in the section layout of a modern page...this is just by design. Trying to add CSS is not going to work either
White space isn't always a bad thing! Here's a great post about why the modern sites have some extra white space. http://warner.digital/modern-sharepoint-pages-layouts-and-whitespace/
- Unfortunately you cannot remove any white spaces you see in the section layout of a modern page...this is just by design. Trying to add CSS is not going to work either