Unable to remove random boxes

Hi,

I’m having trouble working out how or why these extra two boxes are displayed in my preview.

Hope someone can help me out. https://codepen.io/mrjezbo/pen/JBgdmY

thanks,

Jeremy

Well, the first thing I would do is fix your html. For example, you have 9 <div> tags and only 6 </div> tags. I wouldn’t even begin to try to find a problem until you get that fixed. In fact, that might be causing it.

Thanks so much, yes it was the /div’s. I totally missed those points.

Thanks again,

Jeremy