Hello folks.

Currently building a site - gazillions of issues, but one which i'd like to ask about here would be the content which is being set to invisible once i resize my browser viewport. I've pasted a link to the URL below. I have a feeling that it's something simple which i keep missing. The problem is consistent across browsers, as well.

thanks! s.

EDIT: More specifically, the disappearance of my content seems to occur on horizontal resize of my browser viewport - not on vertical resize. Apologies for this omission!

1 answer

danwellman 5600
0
points

The content is not disappearing, it's still on the page. What is happening is that the menu and the main content holder are both floated, so when the browser is resized to a certain point, it causes the main section to drop down below the menu.

However, you currently have overflow set to hidden on the body element, preventing the scrollbar that should appear, so you can't scroll down the page to see it

Answered about 1 year ago by danwellman