my site is partly responsive, the menu does not change to dropdown, that is the first problem, why is this happening I am clueless

second my images do not scale down for some reason

here is my site http://bit.ly/1dRiaiJ

can you give me some advise?

Comments

pkiff’s picture

Not sure if I can help, but to get support for Omega, you need to start by correctly identifying which version of Omega you are using. There are two main branches: 7.x-3.x and 7.x-4.x. You've listed "7.x-1.0" as your version, which is obviously not right.

If you are using 7.x-4.x, then I think you may have to add the reponsiveness to your menu CSS yourself - it is not built into the default Omega CSS. Alternatively, you can try using the Responsive Menus module:
https://www.drupal.org/project/responsive_menus

To make images "scale" you need to either add some kind of responsive image module, or you need to reformat your HTML so that images are full width (width="100%") and occupy single structural blocks. Then the client's browser will scale them to fit within whatever div/block you place them in. In that case, they aren't truly scaled: the browser still loads the full image, it just resizes they way they are displayed.

pkiff’s picture

Component: Feature Request » Documentation
Category: Bug report » Support request
Priority: Critical » Normal

Removing critical status, converting this to a regular support request.