Hello,
Does anyone know how I can change the width of the site. I believe its at 700px right now.
Also when I change the background to white, I get this line on the right side in grey(almost like a right border) on all the pages except index
Printable View
Hello,
Does anyone know how I can change the width of the site. I believe its at 700px right now.
Also when I change the background to white, I get this line on the right side in grey(almost like a right border) on all the pages except index
nevermind I got it. Thanks.Quote:
Originally Posted by local_master
Hey can you post your answers and how you did it? So others can learn?
Not a problem. Just edit the header.tpl file and you will see the table width value of 780 I believe, just change it to whatever you like. In my case, I am using 850 center.Quote:
Originally Posted by zeffer
Great...now how do you get rid of the line? I have the same thing happening....THANKS!!!! :)
Bump. I'm interested to know how to get rid of the right side border line that appears on most (but not all) of the pages.
I would be interested in learning this aswell.
Thanks
EUREKA!!! I finally found it!!!!
This: look for this in all your code (especially the footer.tpl)
Just get rid of the bgcolor="#BABDBF" and it solves the problem.Code:<td width="1" bgcolor="#BABDBF">
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
This topic has been posted about several times in the TEMPLATES MODIFICATION section. Please search the forums and you'll find the answer. ;)
first of all kindly post your site URLQuote:
Originally Posted by exgrafix
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:-using for the footer navigation menu you can see its style in style.cssCode:class="ftmenu"
okCode:table.ftmenu {
background-image: url("../images/menu.gif");
background-repeat: repeat-x;
height:31px;
}
table.ftmenu td {
border-right:1px solid #514f4f;
width:780px;
}
thanks :D
Any one can change the width of the vshare sites.
you can edit the style.css following code
ok :DCode:#custom-doc {
margin:auto;text-align:left;
width:60em; /* !IE */
*width:780px;/* IE */
min-width:780px;
background-color: #ffffff;
}