• Resolved rivahratt

    (@rivahratt)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed Width?’ is closed to new replies.