1
vibez
Need help making this theme 100% full width
  • 2005/12/23 19:45

  • vibez

  • Just popping in

  • Posts: 7

  • Since: 2005/12/23


Hi guys. I have a theme on my site www.vibez.co.uk

I would like to edit the them to make it 100% full width. Could anyone help me where to start. I have had a look at the theme index.html & the style.css but I couldnt really get anywhere. Could anyone have a look at the 2 files & give me some advice where to start. Cheers.

right click & save target as.
theme.html
style.css

2
xyster
Re: Need help making this theme 100% full width
  • 2005/12/23 20:22

  • xyster

  • Just popping in

  • Posts: 3

  • Since: 2005/6/20


Funny that mate, i have JUST posted the same question....

Nice work!!!!

If anyone could help that would be awesome!

XYS

3
McDonald
Re: Need help making this theme 100% full width
  • 2005/12/23 20:27

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Open the file style.css in a text editor.

Find the folowing block of code:
.mainT
{
    
width780px;
    
background-color#FFFFFF;
    
border-right-width1px;
    
border-left-width1px;
    
border-right-stylesolid;
    
border-left-stylesolid;
    
border-right-color#000000;
    
border-left-color#000000;
}


and replace this with:
.mainT
{
    
width100%;
    
background-color#FFFFFF;
    
border-right-width1px;
    
border-left-width1px;
    
border-right-stylesolid;
    
border-left-stylesolid;
    
border-right-color#000000;
    
border-left-color#000000;
}


I've printed here the whole block of code for the class mainT,
but you only have to change the line width: 780px; into width: 100%;

4
vibez
Re: Need help making this theme 100% full width
  • 2005/12/24 11:11

  • vibez

  • Just popping in

  • Posts: 7

  • Since: 2005/12/23


Quote:

xyster wrote:
Funny that mate, i have JUST posted the same question....

Nice work!!!!

If anyone could help that would be awesome!

XYS


lol, life is funny like that

Quote:

McDonald wrote:

Open the file style.css in a text editor.

Find the folowing block of code:


Cheers mate, it worked a treat :)

Login

Who's Online

132 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 132


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits