I have got a little problem, if you look at my website you can see the scroll bars going down even though the page/content is only a couple of lines, if you check the page “CRS” or “Clients” then there should only be “test” and the scroll bar is still as long, anyone know how I could fix this problem?
Share
The problem seems to be that the
min-heightset on the divs with the classslideare being overridden by other styles set as!important. Taking!importantoff all themin-heightstyles in your CSS fixes the problem.Alternatively, if that would break other parts of your site, make sure the
min-heighton the div is set as!importantas well.