What files doe I need to edit to get a wider front page? Mine is too narrow for my viewing pleasure.
What files doe I need to edit to get a wider front page? Mine is too narrow for my viewing pleasure.
in the style.css it is under custom doc
i think your problem is size of width on your home page
you can edit this portion of style.css
change the width of the site
if you want increase the size of width into 900px use this codeCode:#custom-doc { margin:auto;text-align:left; width:60em; /* !IE */ *width:780px;/* IE */ min-width:780px; background-color: #ffffff; }
Code:#custom-doc { width:69.23em; *width:67.56em; min-width:900px; margin:auto; text-align:left; }
Bookmarks