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.
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
You need to edit templates. Mainly header.tpl, you may need to edit other templates too.Originally Posted by igorcreed
Not available in 2.5, we will try to have this in 2.6.Originally Posted by igorcreed
Thx for quick anwsering. I'll buy the script next week :P
VioTV.net - Broadcasting Democracy
I tried to modify my header.tpl!!! or index.tpl!!! nothing their to modify the template width!!!Originally Posted by admin
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
look to custom-doc in the style.css as well for the size.
If it's not fun, stop doing it!
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!
in style.css change the width
for example you can change size into 905px you can change like thisCode:#custom-doc { margin:auto;text-align:left; width:60em; /* !IE */ *width:780px;/* IE */ min-width:780px; background-color: #ffffff; }
Code:#custom-doc { width:69.62em; *width:67.94em; min-width:905px; margin:auto; text-align:left; }
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!
Bookmarks