diff --git a/views/tutorial/html/9.erb b/views/tutorial/html/9.erb
index eb511b71..86c96cbc 100644
--- a/views/tutorial/html/9.erb
+++ b/views/tutorial/html/9.erb
@@ -15,7 +15,8 @@
$(document).ready(function() {
$('#editor').css('display', 'none')
$('.editor-heading').css('display', 'none')
- $('h3 #sitePreview').css('display', 'none')
+ $('h3#sitePreview').css('display', 'none')
+ $('.preview').css('margin-top', '50px')
$('#saveToSite').on('click', function() {
$.ajax({