I'm trying to change the dimensions of the theme to a 1080px.
Also want to change the dimensions of each of the different columns (i'm using it as a three column theme)
Can't work out how to do this and which file to edit...
any ideas?
I'm trying to change the dimensions of the theme to a 1080px.
Also want to change the dimensions of each of the different columns (i'm using it as a three column theme)
Can't work out how to do this and which file to edit...
any ideas?
to start check style.css for width: statements in #header, #main, #container, #content and aside.
Those should give you an idea what your theme default is then also do a find using default width to see if it shows up anywhere else.
I'm also trying to change my theme's dimensions and wasn't able to find anything that appears control that in styles.css.
that is probably because you are using the main thematic core files, start with picking and applying a child theme. Your widths are being set with 2c-r-fixed.css. This is a 2 column layout. you can set them to meet your preferences by adding width: 1080px to the containers in style.css
This topic has been closed to new replies.