You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
I used a script tag that used "src" to import a script I wrote called "nav.js". The script uses document.write to write the contents on the navbar, so I can just edit one file for the nav instead of all the pages. :)
Because your sidebar position is "fixed", the main section will slide under it when collapsed for a smaller screen. You might try giving each section a % width along with a min-width. that way they both shrink together - to a certain point - when viewed on smaller screens.