hi:
thanx for amazing theme, you had fixed it with 960px, i tried to make it suitable with 800 i couldn't.
i make table in page.tpl i made width 700 not, it didn't work.
so how could i make this theme suitable for any width ;)

Comments

derjochenmeyer’s picture

Status: Active » Fixed

you have to change the following section in the style.css under Main Layout

#pagewrapper {
  margin:auto; 
  width:960px; 
  border:15px solid #ffffff; 
  background-color:#ffffff;
}

use the new version. There were duplicate style entries in the old style.css. It was a bug i found thanks to your report. :)

eng.anas’s picture

thanx i drop this line width:960px; and by the way now it's working for all width
i taste it at 800 smaller bigger. it's working

Anonymous’s picture

Status: Fixed » Closed (fixed)

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