Showing 1 – 1 of 1 replies
saruman

Could you help me with he min height of […]

saruman PURCHASED
9 years ago
Hello.
Could you help me with he min height of the page wrapper? Is so annoying that the scroll shows even when there is no content on it. Right now it has a min height of 1300px. Will be possible that the page wrapper has an automatic height? Only shows the scroll bar when the content is greater than the height of the page wrapper.

Please let me know.
BlackrockDigital
9 years ago
You can use 100% on the min height I believe, or you can use CSS calc and do 100% minus the height of the navigation and that should end up with no scrolling. You could also use a JavaScript solution for this too, but I would have to look into that a bit longer.