Quote:
Originally Posted by KURTZ
hi, nice style especially for the girls ... :P
however i need some support: this style is fixed can you tell me how i can set this to 'fluid'? another thing, can i put my logo instead your? how?
thx
|
To change from Fixed to Fluid, do the following:
Just set the first table width in header template (style manager> Style name> common templates> header ) from 90% to 100%
And for the logo, if you have the capability to add you own, then do so, just do not remove the copyright at the bottom of the style.
How? Just rename your own logo to exact name that currently used (easiest way). Or if you prefer to change to your own name, then you have to change the name at the bottom of Main CSS box
Code:
.headerwrap {
background-image: url(images/puteri3/puteri3_headerbg.gif);
background-repeat: repeat-x;
height: 174px;
.headerL {
background-image: url(images/puteri3/puteri3_headerL.gif);
background-repeat: no-repeat;
height: 174px;
width: 515px;
}
.logowrap {
background-image: url(images/puteri3/puteri3_logo.gif);
background-repeat: no-repeat;
height: 174px;
width: 237px;
You have to change and have three of images for new logo. And if your own logo is bigger/larger compare to the original, you need to remember to change the size of puteri3_headerL.gif and puteri3_logo.gif and puteri3_headerbg.gif