Hopefully someone can help point a css noob in the right direction.

I'd like to fix the overall width of the page, as my webcam site doesn't really suit the fluid width. At the moment the css is pretty much default with the exception of the header image.

http://www.jimathy.co.uk

Appreciated.

Comments

timmeh’s picture

i would like to know how to do this as well.

also the readme file says the theme is able to support left column nav as opposed to right column? how do i do this?

thank you.

bob_b’s picture

I Layout.css find this:

#header .region-content, #sidebar-wrapper, #breadcrumb .region-content
, #featured .region-content, #content-bottom .region-content
, #footer .region-content, #top-bar .region-content {
  min-width: 665px;
  max-width: 1165px;
  margin: 0 auto;
}

Change the min/max widths. The header will stay the same, just the main content and featured bar. You can probably replace both just a width too if you want.

bob_b’s picture

Status: Active » Fixed

Fixed (i hope)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.