SUNScholar/XMLUI Theme/M1/Document Structure
Revision as of 11:34, 28 May 2015 by Hgibson (talk | contribs) (→Move "options" navigation to the left hand side)
Back to Mirage 1 Modification
Introduction
These changes are optional.
Increase overall document width
Edit the following file:
nano $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css
Go to line 129 and increase the width to 1050px.
width: 1050px;
Go to line 206 and increase the width to 750px.
width: 750px;
Go to line 205 and change float to right.
float: right;
Go to line 211 and change float to left.
float: left;