-1
My site is with a huge scroll, surpassing the content of the site and showing a white background.
I’ve tried to set a max-height on the tag html
but nothing has changed
-1
My site is with a huge scroll, surpassing the content of the site and showing a white background.
I’ve tried to set a max-height on the tag html
but nothing has changed
1
Try to work on the idea of putting the following style on your site:
#galeria {
overflow: hidden;
}
Your photos are leaking!
0
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.
Browser other questions tagged html css
You are not signed in. Login or sign up in order to post.
recommend you use bootstrap, it will save you a lot of time and is much better, because it already has buttons and etc without counting on his grid that is already responsive to mobile desktop, as you are doing something for some business, even more beach is likely that many people will access by mobile, and you will need to have a responsive website understand me, highly recommend you learn :D Bootstrap framework in English Course bootstrap in Portuguese
– Talles Airan