Results 1 to 3 of 3

Thread: Column size increase

  1. #1
    Join Date
    May 2008
    Posts
    13

    Default Column size increase

    What files doe I need to edit to get a wider front page? Mine is too narrow for my viewing pleasure.

  2. #2

    Default Re: Column size increase

    in the style.css it is under custom doc

  3. #3
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Column size increase

    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
    Code:
    #custom-doc {
    margin:auto;text-align:left;
    width:60em; /* !IE */
    *width:780px;/* IE */
    min-width:780px;
    background-color: #ffffff;
    }
    if you want increase the size of width into 900px use this code
    Code:
    #custom-doc { 
    width:69.23em;
    *width:67.56em;
    min-width:900px; 
    margin:auto; 
    text-align:left; 
    }

Similar Threads

  1. Uploading and File Size Increase
    By nowordneeded in forum General Discussions
    Replies: 15
    Last Post: 02-10-2010, 08:11 PM
  2. increase the size of profile pic
    By harvey in forum General Discussions
    Replies: 4
    Last Post: 02-26-2008, 03:01 AM
  3. How can I increase max upload file size?
    By mynameisdi in forum General Discussions
    Replies: 2
    Last Post: 02-22-2008, 06:20 AM
  4. Increase size of Profile Pic
    By zmoore in forum Template Modifications
    Replies: 4
    Last Post: 01-09-2008, 04:31 AM
  5. Increase the Size of Sontent Template
    By west in forum Template Modifications
    Replies: 1
    Last Post: 10-09-2007, 12:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •