Hi

I am using omega at the moment but want to set it up as a static page at first before going into the mobile theming part. How to make the page static? I have already deactivated Responsive settings but still when i rescale the broweser window it at some stage drops all my css.

Comments

jdflorez’s picture

This behavior shouldn't happen. Can you tell me how exactly did you deactivated responsive settings? And when you mean all your css you mean css files or styles?

dopedwizard’s picture

Sorry to get back to you so late. Was unfortunatley very busy and could not attend to my Drupal Project for a while. I will update the site today see if this behaviour still happens, but basically when I rescaled the browser it would at a certain size just ignore my css files.

dopedwizard’s picture

Ok this still happens as soon as I have it down to mobile size the css styling drops.

jdflorez’s picture

In "mobile size" only global styles are used. If all your styles are in ...-alpha-default.css, -alpha-normal.css and so on, they wont load in small screens. You should have another css called global.css. Place your styles there (color, fonts, etc) and you should see them in a small screen.