当我隐藏左侧导航(快速启动)时,我在最左侧列和中间之间获得了大量空白区域,我在维基页面上使用了三列布局。我尝试将CSS添加到CEWP。有关如何解决问题的任何想法?
![SharePoint wiki page with whitespace between left and center column ] 1
.ms-core-navigation { DISPLAY: none } #contentBox { margin-left: 0px }
.ms-core-navigation { DISPLAY: none }
#contentBox { margin-left: 200px }
.ms-webpartzone-cell,
.ms-webpart-zone {
border-collapse: collapse;
}
.ms-wikicontent ms-rtestate-field {
padding-right: 0px;
}