Forums

[resolved] Fixed Width? (3 posts)

  1. rivahratt
    Member
    Posted 2 years ago #

    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

  2. Peter Boosten
    Member
    Posted 2 years ago #

    Yes, you can do that, however how to do that is kinda hard to tell, since 'this theme' is kinda vague.

    Peter

  3. digitalnature
    Member
    Posted 2 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic