|
|
|
|
|
by Hakeemmidan
1520 days ago
|
|
Add some horizontal padding to the page:
1. Right-click, 'inspect' 2. Click on the 'console' tab in the newly opened inspection pane 3. Paste the following into the input field: document.getElementById('bodyContent').style = 'margin: 0 15%;' 4. Click 'Enter' or 'Return' PS: This isn't permanent. Doing a page refresh gets rid of it. |
|