My site has a huge scroll, surpassing the content of the site and showing a white background.
I have already tried setting a max-height in the html
tag but it has not changed at all
My site has a huge scroll, surpassing the content of the site and showing a white background.
I have already tried setting a max-height in the html
tag but it has not changed at all
Try working on the idea of putting the following style on your site:
#galeria {
overflow: hidden;
}
Your photos are leaking!
Your problem is in your divs class="lbox" If you use the browser inspector you will see that these divs all "fall" from your layout. Review the css of that part there.