is there a way I can widing the layout out page?
is there a way I can widing the layout out page?
Sure is.
In this file: includes/templates/classic/css/stylesheet.css
around line number 181, edit this line:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
Make sure to reload the page in your Browser after uploading the editted file.