Results 1 to 8 of 8

Thread: how to change template size

  1. #1

    Default how to change template size

    hi,
    i want to buy vshare, but i want to know,

    1) how to change the size of the website from 800px to 980px?
    2) does the new version of vshare 2.5 support pre- and postroll?

    thanks in advance.
    VioTV.net - Broadcasting Democracy

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: how to change template size

    Quote Originally Posted by igorcreed
    1) how to change the size of the website from 800px to 980px?
    You need to edit templates. Mainly header.tpl, you may need to edit other templates too.

    Quote Originally Posted by igorcreed
    2) does the new version of vshare 2.5 support pre- and postroll?
    Not available in 2.5, we will try to have this in 2.6.

  3. #3

    Default Re: how to change template size

    Thx for quick anwsering. I'll buy the script next week :P
    VioTV.net - Broadcasting Democracy

  4. #4
    Join Date
    Dec 2007
    Posts
    20

    Default Re: how to change template size

    Quote Originally Posted by admin
    Quote Originally Posted by igorcreed
    1) how to change the size of the website from 800px to 980px?
    You need to edit templates. Mainly header.tpl, you may need to edit other templates too.

    Quote Originally Posted by igorcreed
    2) does the new version of vshare 2.5 support pre- and postroll?
    Not available in 2.5, we will try to have this in 2.6.
    I tried to modify my header.tpl!!! or index.tpl!!! nothing their to modify the template width!!!

    v2.6 vshare

    i need to chage the size on width expand to open min/max wherever users like ,,,,,like any other template

    i'm good with html but i dont want to screw things arounds

    Regards

  5. #5
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: how to change template size

    look to custom-doc in the style.css as well for the size.
    If it's not fun, stop doing it!

  6. #6
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: how to change template size

    Remember to set the max-width as well, with the advent of uber wide screen monitors, it's going to matter.
    If it's not fun, stop doing it!

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

    Default Re: how to change template size

    in style.css change the width
    Code:
    #custom-doc {
    margin:auto;text-align:left;
    width:60em; /* !IE */
    *width:780px;/* IE */
    min-width:780px;
    background-color: #ffffff;
    }
    for example you can change size into 905px you can change like this
    Code:
     #custom-doc { 
    width:69.62em;
    *width:67.94em;
    min-width:905px;
     margin:auto; 
    text-align:left; }

  8. #8
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: how to change template size

    You'll also want to add in the max-width

    Code:
     #custom-doc {
    width:69.62em;
    *width:67.94em;
    min-width:905px;
    max-width:905px;
    margin:auto;
    text-align:left; }
    If it's not fun, stop doing it!

Similar Threads

  1. Upload size change
    By assault14 in forum General Discussions
    Replies: 1
    Last Post: 08-13-2008, 04:16 AM
  2. change video size
    By xony in forum Template Modifications
    Replies: 5
    Last Post: 01-25-2008, 05:33 AM
  3. Change Tags Size
    By sohnaych in forum Template Modifications
    Replies: 1
    Last Post: 01-25-2008, 04:30 AM
  4. How to change size for embeddable tag ?
    By Reivax in forum Template Modifications
    Replies: 1
    Last Post: 12-18-2007, 07:53 PM
  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
  •