and also how to increase site width?
and also how to increase site width?
It seems your advertisement width is bigger than view video sidebar width.
google_advt width : 336px;
div#view-video-sidebar width : 323px;
Add Medium Rectangle(300 x 250) advertisment or increase the div#view-video-sidebar width in stylesheet
For increasing the whole site width edit style.css and findout the following
#wrapper {
background-color: #FFFFFF;
margin: 0 auto;
min-width: 960px;
padding: 0;
text-align: left;
width: 60em;
}
Last edited by buyscripts; 06-14-2011 at 03:44 AM.
I tried to change couple of values but nothing is changed, here's how mine looks like ;
#wrapper {
margin: 0 auto;
padding: 0;
text-align:left;
width:60em; /* !IE */
*width:960px;/* IE */
min-width:960px;
background-color:#FFF;
}
so please tell me what I exactly need to change?
thx for helpping!
Edit style.css
#wrapper {
margin: 0 auto;
padding: 0;
text-align:left;
width:60em; /* !IE */
*width:960px;/* IE */
min-width:960px; Change width here
background-color:#FFF;
}
Bookmarks