I notice once I created a sub-theme the height of the page does not scale. I created a sub-theme first manually. Copied a starter kit and changed the theme.info information. I then downloaded and used the Omega tools module to create the sub-theme and the same problem occurred.

I do notice however if I keep the block's widget checked the height does extend a little further but still does not scale correctly. Here is an image of what happens after creating a sub-theme. I have some blocks set to certain regions however there is no custom styles being applied.

https://skitch.com/cabosetv/eysca/welcome-to-local.catchincharters.com-l...

I tried debugging and fixing the CSS myself however I am not 100% competent with HTML5 elements so I am not sure if one of these elements are causing the issue.

This issues occurs in Safari, Chrome and Firefox. This issue is not present when using the Omega Core theme.

Comments

cabose’s picture

Issue summary: View changes

add additional information.

ANDiTKO’s picture

Im not sure where is the problem. I think you are trying to make the page full height. try adding this css code

html, body {
  height: 100%;
}
ANDiTKO’s picture

Category: bug » support
Priority: Major » Minor
fabius’s picture

Issue summary: View changes

I have had a drupal multi-site that uses themes like Garland and Bartik for many years. Now I have installed Omega with the goal of:

  • Making my websites responsive
  • Adding useful features
  • Learning more about responsive themes generally

The 7.x-4.4 Omega base theme is installed in sites/all/themes and I generated a subtheme using drush omega-wizard in sites/mysite/files/themes. php is 5.6.29, drush is 8.1,. I added nine additional modules as recommended by one web page. I have not installed Omega Tools.

Problems:
Drush recognised omega-wizard but not other omega-related commands. I haven't been able to find a list of such commands. Example: drush omega-subtheme is not recognised. I know this is a drush issue but dummies like me waste time.
The omega base theme and Ohm appear under Appearance but not my subtheme. Stuck at this point. Can't move forward.

I have read all the pages on getting started but can't fix these problems.