Reputation: 9
I'm debugging a website for a code written by somebody else. Typically I used bootstrap for responsive rows and columns but I believe this site is built on zurb-foundation.
Here is the url of the page. (www.edcast.com/privacy)
screenshot for a a visual of what i mean.
https://i.sstatic.net/4TdN0.jpg
I will play around with this, but having a second eye and some other input would be highly appreciated!
Update: So far I've tried changing "overflow: visible" to hidden and auto I've also tried to apply a clear: both to a variety of different divs
Upvotes: 0
Views: 136
Reputation: 2163
If you take a look at the image I posted below, you can see that the div with the id image-top-div
is pushing everything over. You will need to resize the image and play with the margin and padding. You can see me here in the gif taking out the margin-left
which solves it.
Upvotes: 1