SUNScholar/XMLUI Theme/M1/Document Structure
Jump to navigation
Jump to search
Back to Mirage 1 Modification
Step 1
Edit the following file:
nano -c $HOME/source/dspace/modules/xmlui/src/main/webapp/themes/SUNScholar/lib/css/style.css
Step 2
Increase overall document width
- Go to line 129 and increase the width to 1050px.
- Go to line 206 and increase the width to 750px.
Step 3
Move "options" navigation to the left hand side
- Go to line 205 and change float to right.
- Go to line 211 and change float to left.
Step 4
Rebuild DSpace