Changing Content width on Open Air Theme
-
Hi,
I’m trying to change the main content width on the “Open Air” theme.
I tinkered with a few things and managed to get the title width to change by changing this:
/*————————– main divs ——-*/
.content {
width:600px;
float: left;and then I tried tinkering with this but it didn’t seem to do anything:
}
.col_left .content, .col_center .content, .col_right .content {
width: 500px;
}Any help would be most appreciated; thanks!!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing Content width on Open Air Theme’ is closed to new replies.