Jump to content

[SOLVED] how to move site logo


Recommended Posts

Vekia,

I searched the forum for a solution but I couldnt find any, since my template differs from the standard template. And I am pretty new to my php / css..

 

I want to move the position of the logo (testlogo) more to the top so it wont cover my topmenu. Can you tell me where to adjust the position?

 

testsite: 

Edited by vectio83 (see edit history)
Link to comment
Share on other sites

hello

 

if you will move it to top, it will cover welcome log in button

CSXjv5S.png

 

what do you think?

 

maybe if you will use different image logo, it will not cover this button, then it will be ok!

 

 

code:
 

#header_logo {
position: absolute;
left: -1px;
top: 13px;
}

i changed top:83px to top:13px;

Link to comment
Share on other sites

Vekia,

That looks great, exactly what I meant.

Again, I'm pretty new to css, which file did you add / modify the file? Thanks for the great service you're providing to the community!

 

EDIT

 

Never mind.. found it in global.css (how obvious).. Thanks again!

Edited by vectio83 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...