したがって、私のサイトはブラウザーの上部でロックされていますが、これは正しいですが、このギャラリー ページでリロード (コマンド + R) を押すと、必要ではないすべてが垂直方向に中央に配置されるようになりました。これは、私が追加したものを含むテンプレート ベースのサイト (スクエアスペース) です。
このcssを追加しました:
#canvas { top: 0 !important; margin-top: 0 !important;}
そしてこのHTML
<script type="text/javascript">
window.onload=function(){
document.getElementById('canvas').removeAttribute('id');
document.getElementById('canvasWrapper').removeAttribute('id');}; </script>