Is there any way I can edit the code to make this theme fixed width? If there is ANY possible way, please let me know.
Thank you,
Stephen Hobson
Is there any way I can edit the code to make this theme fixed width? If there is ANY possible way, please let me know.
Thank you,
Stephen Hobson
Yes, you can do that, however how to do that is kinda hard to tell, since 'this theme' is kinda vague.
Peter
the code to make the page have a fixed width:
#page{ width: 960px; }
the code to make only the page content have a fixed width:
.block-content{
width: 960px; /* <- for IE6 */
max-width: 960px;
}
paste this in Arclite settings > user css
This topic has been closed to new replies.