Active
Project:
Omega
Version:
7.x-3.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 May 2013 at 06:53 UTC
Updated:
8 Aug 2013 at 18:01 UTC
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
Comment #1
jdflorez commentedThis 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?
Comment #2
dopedwizard commentedSorry 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.
Comment #3
dopedwizard commentedOk this still happens as soon as I have it down to mobile size the css styling drops.
Comment #4
jdflorez commentedIn "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.