How can I lower my logo?

GK User
Thu Dec 15, 2011 6:03 pm
How can I lower my logo? Where do I define the table space so I can increase the size it to fit my logo? Please take www.wdcorp.com.br/2012

I want my logo does not get stuck at the top, I would like to keep a lower margin and so it is framed in the top corner.

As it stands, the image gets the W into the top.
Could someone tell me where do I change this?
User avatar
Gold Boarder

GK User
Sat Dec 17, 2011 1:54 pm
Hi,

Try my solution:

- Open file: /templates/gk_pixellove/css/dark.css

- Find this code at line 17:
Code: Select all
#gkNav { background: url('../images/dark/top_bg.jpg'); }


- Change it to:
Code: Select all
#gkNav {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/dark/top_bg.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 2000px 72px;
}


Add this code to very bottom of the file:

Code: Select all
#mainPage{
padding-top: 15px;
}


Then let me know if it helps!
User avatar
Platinum Boarder


cron