Hello

Can I just say this theme is perfect for designing sites, and thank you! However I'm in the process of designing two more sites of which I aim to use a sub theme of Omega. However I'm just thinking, is it possible, and if so how, can I change the size of the grid from 960px? One site I'm designing I would like to be 1100px.

Thank you for reading.

Comments

minneapolisdan’s picture

If you're using Omega 3, you can make your own custom grids at whatever size you like. Read this helpful wiki, https://groups.drupal.org/node/164684

carlbowles100’s picture

Thank you for your quick reply. I've set one of my sub themes to use the default grid (960px) in the themes settings, however when I view the theme, the grid is a lot wider than 960px. If I take a screen shot of the grid area using Windows' snipping tool, the actual size of the grid is 1184px.

Are you able to tell me why it's not 960px which is my desired width?

Cheers

carlbowles100’s picture

I've just realized that it's picking up the css for alpha-default-wide

carlbowles100’s picture

Sorry I'm getting a bit confused. I need a grid that has a maximum width of 950px - should I use the link you provided above to create a whole new grid or can I just use a some css ?

Thank you

minneapolisdan’s picture

If you want a custom-sized grid, then you need to make some files, as described in the linked post above. Follow the steps as indicated there, and you'll end up with a copy of the default CSS files for 960 grid. Then you can plug in your own values to make a grid that's 950px wide (or whatever grid you like). You'll simply make some changes to your .info file, make a 'grid' folder inside your theme CSS folder, and have your custom grid CSS there. And then select your custom grid in the layout settings (admin/appearance/settings/yourTheme).

carlbowles100’s picture

Status: Active » Closed (fixed)

thanks very much for your help i understand now.