Skip to content

Tag: responsive-design

Menu not shown on mobile device

At this site, on a mobile device, there should be a button in the left upper corner to show the menu. But it will not show. The javascript file that’s necessary for this, is uploaded and accessible. I probably forgot something, but can’t find what… Answer Screenshot of console It looks like …

What is making these subnavs expand?

I’m looking at http://voky.com.ua/showcase/sky-mega-menu/examples/demo-personal.html and I can’t figure out what is making the subnavs expand. For example, hover over “Portfolio” and see the subnav expand. I’ve inspected all the elements around the nav items and I can’t fin…

Div Square, width size based on 100% height

I’m trying to make a responsive square with the width size based on the (100%) height of the element. I believe it’s impossible using only CSS. The square width should be equal to the height (100% of the large container. The large container is more than 100% of the screen). The ratio has to be wid…