Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: width of the site

  1. #11
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: width of the site

    Quote Originally Posted by exgrafix
    Well i've edited the footer.tpl but only the footer has changed its size :) what other fiels need to be edited ?

    In footer tpl this line : <td width="1" bgcolor="#BABDBF"> does not exist, as well as the width code mentioned above in header.tlp does not exist.


    Thanks
    first of all kindly post your site URL
    i think your problem is the size of the headder and footer.
    you can edit the header.tpl and footer.tpl and also the style.css
    you can see which style using for headder navigation and footer navigation.
    ex:-
    Code:
    class="ftmenu"
    using for the footer navigation menu you can see its style in style.css
    Code:
    table.ftmenu {
    background-image: url("../images/menu.gif");
    background-repeat: repeat-x;
    height:31px;
    }
    
    table.ftmenu td {
    border-right:1px solid #514f4f;
    width:780px;
    }
    ok
    thanks :D

  2. #12
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: width of the site

    Any one can change the width of the vshare sites.
    you can edit the style.css following code
    Code:
    #custom-doc {
    margin:auto;text-align:left;
    width:60em; /* !IE */
    *width:780px;/* IE */
    min-width:780px;
    background-color: #ffffff;
    }
    ok :D

Page 2 of 2 FirstFirst 12

Similar Threads

  1. increase the width
    By lijojohn in forum Template Modifications
    Replies: 1
    Last Post: 07-05-2008, 11:18 AM
  2. Increase channel width / columns
    By tripleA in forum Template Modifications
    Replies: 4
    Last Post: 05-10-2008, 02:55 PM
  3. How to change width in 2.6?
    By k3lvin in forum Template Modifications
    Replies: 1
    Last Post: 01-07-2008, 06:36 AM
  4. how to increase the Website Width?
    By megavideos.in in forum Template Modifications
    Replies: 1
    Last Post: 12-27-2007, 04:27 AM
  5. increase the width
    By lijojohn in forum General Discussions
    Replies: 0
    Last Post: 01-01-1970, 12:00 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
  •