Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Page Scrolling Even When There's No Content Reply To: Page Scrolling Even When There's No Content

#156741

On a similar note, I used a code block to place an image where I wanted it since the page builder wasn’t working how I wanted… However, the code I used is causing horizontal scrolling.

Here is the page: http://jeff-singer.squarespace.com/contact/

And here is the code (which admittedly was just me guessing how to get the image in the right place and playing until I got it there… so there may be better ways to do it):

<div id="pic">
<div style='position:relative;
top:-215px;
right:-275px;
'>
<img src="//jeffsingerphotography.com/files/meandchloe.jpg" height="200" width="200" />
</div>

Thanks again!