baltihorse wrote:
great thanks for the help with the background!
No Problem... ;-)
baltihorse wrote:
I am now working on creating a transparent background for the center part of the page, but what file would I replace when I do this?
In the premium Version you can use 3 options for transparents... But this is a newer one. You must change this 3 files:
/templates/transparent_bliss_1.5/images/right-
mid.png
/templates/transparent_bliss_1.5/images/right-
top.png
/transparent_bliss_1.5/images/right-bottom.png
baltihorse wrote:
Also I am trying to center the logo that I uploaded on the page, and have been unsuccessful. I found a post from about 10 months ago, but when I tried those modifications to the css it did not work.
Can it be that this post is for an other version??? The fastes way is that you delete first the topbannerad. You must only search this in the template.css
| Code: |
#topbannerad {
float: right;
height: 90px;
width: 728px;
}
|
and change it to:
| Code: |
#topbannerad {
float: right;
}
|
Now you create a picture for your logo. But please with a height: 90px and width: 980px
Overwrite the image (/templates/transparent_bliss_1.5/images/logo.png) with you new one.
The last step is that you change also in the template.css this lines:
| Code: |
#logo {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
height: 90px;
width: 417px;
}
|
to this lines:
| Code: |
#logo {
background-image: url("../images/logo.png");
background-repeat: no-repeat;
height: 90px;
width: 980px;
}
|
Ok now you have a logo in the center. The the Image I attached
A lot of questions and a lot of answers ;-) Hope you understand what I mean.
Regards,
GermanBear