SOLVED: I would like to add a custom background

GK User
Thu Mar 10, 2011 4:55 am
Dear Support,

I have created a custom piece of art that I would like to use as the background of my site, but I would like to center it. Here is a link to see the site: http://67.213.222.44/~hisher/

How would I do that?

After that I am hoping to be able to move the navigation downward. Is there a manner that you could reccomend for me.

Thanks,

Sterling
User avatar
Fresh Boarder

GK User
Thu Mar 10, 2011 6:16 am
Hi sterfry,
To center the image with only 1 showing you will have to go to templates/gk_coffe/css/style2.css
Open style2.css
Line 25, change
Background: url("../images/style2/main_bg.jpg") repeat scroll 0 0 transparent
TO
Background: url("../images/style2/main_bg.jpg") no-repeat scroll center 0 transparent

For the menu, to move it downward you could change that with css aswell.
You should fix the background before you play with the menu though. It looks like the Image needs to be squished vertically and made wider
User avatar
Gold Boarder

Konrad M
Thu Mar 10, 2011 6:18 am
Hi
devsmi has absolutely right. Or If you don't want make changes in orginal css files you can add css rules to overide.css
User avatar


cron